From 94b7e138d7a939beb508985bd3f7fb7fb28d8c4b Mon Sep 17 00:00:00 2001 From: ZeroEpoch1969 <13510767+ZeroEpoch1969@users.noreply.github.com> Date: Fri, 18 May 2018 19:10:18 -0700 Subject: [PATCH] oh no --- .../totalfreedom/totalfreedommod/command/Command_setlimit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_setlimit.java b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_setlimit.java index 6e24b8ee..722c5183 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_setlimit.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_setlimit.java @@ -20,7 +20,7 @@ public class Command_setlimit extends FreedomCommand { try { - amount = Math.max(1, Math.min(2000000, Integer.parseInt(args[0]))); + amount = Math.max(1, Math.min(200000, Integer.parseInt(args[0]))); } catch (NumberFormatException ex) {