mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-26 17:05:01 +00:00
pls
This commit is contained in:
parent
00483be7d4
commit
f263c0f5f6
@ -107,7 +107,7 @@ public class Command_jumppads extends FreedomCommand
|
||||
}
|
||||
if (args.length == 1)
|
||||
{
|
||||
return Arrays.asList("on", "off", "info", "sideways", "strength");
|
||||
return Arrays.asList("on", "off", "info", "sideways");
|
||||
}
|
||||
else if (args.length == 2)
|
||||
{
|
||||
@ -115,10 +115,6 @@ public class Command_jumppads extends FreedomCommand
|
||||
{
|
||||
return Arrays.asList("on", "off");
|
||||
}
|
||||
else if (args[0].equals("strength"))
|
||||
{
|
||||
return Arrays.asList("1", "2", "3", "4", "5", "6", "7", "8", "9", "10");
|
||||
}
|
||||
}
|
||||
|
||||
return Collections.emptyList();
|
||||
|
Loading…
Reference in New Issue
Block a user