Changed /kicknoob message to be more user-friendly

This commit is contained in:
Revalation 2015-04-29 23:09:15 -04:00 committed by Jerom van der Sar
parent 2dd8e00201
commit acc8f3e2b8
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Mon Apr 27 00:47:37 CEST 2015 #Sun Jun 07 17:27:04 CEST 2015
build.number=993 build.number=994

View File

@ -20,7 +20,7 @@ public class Command_kicknoob extends TFM_Command
{ {
if (!TFM_AdminList.isSuperAdmin(player)) if (!TFM_AdminList.isSuperAdmin(player))
{ {
player.kickPlayer(ChatColor.RED + "Disconnected by admin."); player.kickPlayer(ChatColor.RED + "All non-superadmins were kicked by " + sender.getName() + ".");
} }
} }