File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
server/src/main/java/club/moddedminecraft/polychat/server Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public final class Broadcaster {
1313 private int broadcastsTimer ;
1414 private int broadcastMsgsIndex ;
1515
16- public static final int BROADCAST_EVERY_X_IN_TICKS = 100 ;
16+ public static final int BROADCAST_EVERY_X_IN_TICKS = ( 10 * 60 * 20 ) ;
1717
1818 public Broadcaster (List <String > broadcastMessages , Server server ) {
1919 this .broadcastMessages = broadcastMessages ;
Original file line number Diff line number Diff line change 11package club .moddedminecraft .polychat .server ;
22
33import club .moddedminecraft .polychat .core .common .YamlConfig ;
4- import club .moddedminecraft .polychat .core .messagelibrary .ChatProtos ;
54import club .moddedminecraft .polychat .core .messagelibrary .PolychatProtobufMessageDispatcher ;
65import club .moddedminecraft .polychat .core .networklibrary .Message ;
76import club .moddedminecraft .polychat .core .networklibrary .Server ;
1211import club .moddedminecraft .polychat .server .handlers .jdaevents .GenericJdaEventHandler ;
1312import club .moddedminecraft .polychat .server .handlers .jdaevents .MessageReceivedHandler ;
1413import club .moddedminecraft .polychat .server .handlers .protomessages .*;
15- import com .google .protobuf .Any ;
1614import com .jagrosh .jdautilities .command .CommandClient ;
1715import com .jagrosh .jdautilities .command .CommandClientBuilder ;
1816import net .dv8tion .jda .api .JDA ;
You can’t perform that action at this time.
0 commit comments