mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
added "kicked (user) quietly" msg
once again, did i do this right
This commit is contained in:
parent
51e1191816
commit
6dbc99690a
@ -71,6 +71,10 @@ public class Command_kick extends FreedomCommand
|
||||
{
|
||||
FUtil.adminAction(sender.getName(), "Kicking " + player.getName(), true);
|
||||
}
|
||||
else
|
||||
{
|
||||
sender.sendMessage(ChatColor.GRAY + "Kicked " + player.getName() + " quietly.");
|
||||
}
|
||||
}
|
||||
|
||||
player.kickPlayer(builder.toString());
|
||||
|
Loading…
Reference in New Issue
Block a user