Merge pull request #264 from DragonSlayer2189/patch-4

added "kicked (user) quietly" msg
This commit is contained in:
CoolJWB 2020-08-18 09:29:35 +02:00 committed by GitHub
commit efae9e314f
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.staffAction(sender.getName(), "Kicking " + player.getName(), true);
}
else
{
msg("Kicked " + player.getName() + " quietly.");
}
}
player.kickPlayer(builder.toString());