fix android - pc network (disables elsa atm, needs investigation since this work before)

This commit is contained in:
Anthony Calosa
2020-04-03 12:53:43 +08:00
parent c9c4d5492d
commit fa93702bc8
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ public final class Main {
GuiBase.setInterface(new GuiDesktop());
//set PropertyConfig log4j to true
GuiBase.enablePropertyConfig(true);
GuiBase.enablePropertyConfig(false);
//install our error handler
ExceptionHandler.registerErrorHandling();