mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-18 05:16:12 +00:00
oh no
This commit is contained in:
parent
40362eb790
commit
94b7e138d7
@ -20,7 +20,7 @@ public class Command_setlimit extends FreedomCommand
|
|||||||
{
|
{
|
||||||
try
|
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)
|
catch (NumberFormatException ex)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user