mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
im a clown
This commit is contained in:
parent
9713fcabd6
commit
e45655edbb
@ -108,11 +108,11 @@ public class Command_smite extends FreedomCommand
|
||||
}
|
||||
else
|
||||
{
|
||||
if
|
||||
if (args[args.length - 1].equalsIgnoreCase("-c"))
|
||||
{
|
||||
if args[args.length - 1].equalsIgnoreCase("-c")
|
||||
if (args[args.length - 1].equalsIgnoreCase("-c"))
|
||||
{
|
||||
clearinv = true
|
||||
clearinv = true;
|
||||
}
|
||||
|
||||
if (args.length >= 3)
|
||||
|
Loading…
Reference in New Issue
Block a user