Disable reactor explosions on servers by default
This commit is contained in:
@@ -67,7 +67,7 @@ public class Rules{
|
|||||||
public boolean attackMode = false;
|
public boolean attackMode = false;
|
||||||
/** Whether this is the editor gamemode. */
|
/** Whether this is the editor gamemode. */
|
||||||
public boolean editor = false;
|
public boolean editor = false;
|
||||||
/** Whether the tutorial is enabled. False by default.*/
|
/** Whether the tutorial is enabled. False by default. */
|
||||||
public boolean tutorial = false;
|
public boolean tutorial = false;
|
||||||
/** Starting items put in cores */
|
/** Starting items put in cores */
|
||||||
public Array<ItemStack> loadout = Array.with(ItemStack.with(Items.copper, 100));
|
public Array<ItemStack> loadout = Array.with(ItemStack.with(Items.copper, 100));
|
||||||
|
|||||||
@@ -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(){
|
||||||
|
|||||||
Reference in New Issue
Block a user