Implement a (kinda gross) workaround

This commit is contained in:
Matt
2019-11-21 21:49:25 -08:00
parent 48da9f5dfd
commit 87e65baf23
2 changed files with 16 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ public class Main {
private static boolean manageNetwork = true;
private static boolean ignoreRoot = false;
private static String ntClientModeServer = null;
private static boolean testMode = false;
private static boolean testMode = true;
private static class NTLogger implements Consumer<LogMessage> {