Merge pull request #274 from Focusvity/patch-1

Make sure you check the code @CoolJWB
This commit is contained in:
Telesphoreo 2020-08-18 09:48:07 -05:00 committed by GitHub
commit 5047363f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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