Small cleanups, possible leak fix

This commit is contained in:
Banks Troutman
2019-11-25 00:32:57 -05:00
parent ef60e1334d
commit 26e0bb733b
3 changed files with 5 additions and 3 deletions

View File

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