mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-17 21:06:11 +00:00
Merge pull request #274 from Focusvity/patch-1
Make sure you check the code @CoolJWB
This commit is contained in:
commit
5047363f83
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user