mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 23:37:51 +07:00
Changed parameters of griefer command
This commit is contained in:
@ -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
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user