Disable reactor explosions on servers by default
This commit is contained in:
@@ -62,7 +62,7 @@ public class ServerControl implements ApplicationListener{
|
||||
"port", port,
|
||||
"logging", true,
|
||||
"socket", false,
|
||||
"globalrules", "{}"
|
||||
"globalrules", "{reactorExplosions: false}"
|
||||
);
|
||||
|
||||
Log.setLogger(new LogHandler(){
|
||||
|
||||
Reference in New Issue
Block a user