Disable reactor explosions on servers by default

This commit is contained in:
Anuken
2019-11-16 16:43:31 -05:00
parent eba0a96b6d
commit a90f2545d9
2 changed files with 2 additions and 2 deletions
@@ -62,7 +62,7 @@ public class ServerControl implements ApplicationListener{
"port", port, "port", port,
"logging", true, "logging", true,
"socket", false, "socket", false,
"globalrules", "{}" "globalrules", "{reactorExplosions: false}"
); );
Log.setLogger(new LogHandler(){ Log.setLogger(new LogHandler(){