Changed parameters of griefer command

This commit is contained in:
Anuken
2018-04-11 13:06:03 -04:00
parent 221f7be21b
commit b1ad8f917d
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#Autogenerated file. Do not modify. #Autogenerated file. Do not modify.
#Wed Apr 11 13:05:01 EDT 2018 #Wed Apr 11 13:05:08 EDT 2018
version=release version=release
androidBuildCode=506 androidBuildCode=507
name=Mindustry name=Mindustry
code=3.5 code=3.5
build=custom build build=37

View File

@ -510,7 +510,7 @@ public class ServerControl extends Module {
try { try {
float ratio = arg.length > 0 ? Float.parseFloat(arg[0]) : 0.9f; float ratio = arg.length > 0 ? Float.parseFloat(arg[0]) : 0.5f;
int minbreak = arg.length > 1 ? Integer.parseInt(arg[1]) : 100; int minbreak = arg.length > 1 ? Integer.parseInt(arg[1]) : 100;
boolean found = false; boolean found = false;