mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-10-31 21:47:10 +00:00
God fucking dammit
This commit is contained in:
parent
466745d51f
commit
b1f08c3b7f
@ -231,19 +231,14 @@ public class Command_myadmin extends FreedomCommand
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (args.length == 3)
|
else if (args.length == 3 && args[0].equalsIgnoreCase("-o"))
|
||||||
{
|
|
||||||
if (args[0].equalsIgnoreCase("-o"))
|
|
||||||
{
|
{
|
||||||
List<String> options = new ArrayList<>();
|
List<String> options = new ArrayList<>();
|
||||||
options.addAll(singleArguments);
|
options.addAll(singleArguments);
|
||||||
options.addAll(doubleArguments);
|
options.addAll(doubleArguments);
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
}
|
else if (args.length == 4 && args[0].equalsIgnoreCase("-o") && args[2].equalsIgnoreCase("clearip"))
|
||||||
else if (args.length == 4)
|
|
||||||
{
|
|
||||||
if (args[0].equalsIgnoreCase("-o") && args[2].equalsIgnoreCase("clearip"))
|
|
||||||
{
|
{
|
||||||
Admin admin = plugin.al.getEntryByName(args[1]);
|
Admin admin = plugin.al.getEntryByName(args[1]);
|
||||||
if (admin != null)
|
if (admin != null)
|
||||||
@ -251,7 +246,6 @@ public class Command_myadmin extends FreedomCommand
|
|||||||
return admin.getIps();
|
return admin.getIps();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return FUtil.getPlayerList();
|
return FUtil.getPlayerList();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user