Fixed pom, added tprandom, admins can now kick other admins (#21)

* Fixed pom, added tprandom, admins can now kick other admins

* went too fast

* im mental
This commit is contained in:
Seth
2018-01-14 14:53:05 -07:00
committed by Lemon
parent 7c3ea836e7
commit 9b6394c8c6
4 changed files with 62 additions and 37 deletions

View File

@ -28,12 +28,6 @@ public class Command_kick extends FreedomCommand
return true;
}
if (isAdmin(player))
{
msg("Admins can not be kicked", ChatColor.RED);
return true;
}
String reason = null;
if (args.length > 1)
{