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

@@ -510,7 +510,7 @@ public class ServerControl extends Module {
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;
boolean found = false;