mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
Changed /kicknoob message to be more user-friendly
This commit is contained in:
committed by
Jerom van der Sar
parent
2dd8e00201
commit
acc8f3e2b8
@ -20,7 +20,7 @@ public class Command_kicknoob extends TFM_Command
|
||||
{
|
||||
if (!TFM_AdminList.isSuperAdmin(player))
|
||||
{
|
||||
player.kickPlayer(ChatColor.RED + "Disconnected by admin.");
|
||||
player.kickPlayer(ChatColor.RED + "All non-superadmins were kicked by " + sender.getName() + ".");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user