added "kicked (user) quietly" msg

once again, did i do this right
This commit is contained in:
DragonSlayer2189 2020-08-14 00:34:01 -04:00 committed by GitHub
parent 51e1191816
commit 6dbc99690a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());