Make sure you check the code @CoolJWB

This commit is contained in:
Nathan Curran
2020-08-18 18:23:19 +10:00
committed by GitHub
parent ebc07f6259
commit 34a0dae305

View File

@ -71,10 +71,10 @@ public class Command_kick extends FreedomCommand
{
FUtil.staffAction(sender.getName(), "Kicking " + player.getName(), true);
}
else
{
msg("Kicked " + player.getName() + " quietly.");
}
}
else
{
msg("Kicked " + player,getName() + " quietly.");
}
player.kickPlayer(builder.toString());