mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Removed debugging code
This commit is contained in:
parent
32e7c29f84
commit
2313276df0
@ -82,7 +82,7 @@ public class PacketManager {
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(PacketManager.class);
|
||||
|
||||
private static final List<Integer> logList = new ArrayList<>();
|
||||
public static boolean DEBUG_SHOW_PACKETS = true;
|
||||
public static boolean DEBUG_SHOW_PACKETS = false;
|
||||
public static boolean MULTI_THREADED_PACKET_HANDLING = false;
|
||||
private final THashMap<Integer, Class<? extends MessageHandler>> incoming;
|
||||
private final THashMap<Integer, List<ICallable>> callables;
|
||||
|
Loading…
Reference in New Issue
Block a user