mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-18 05:16:12 +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);
|
FUtil.staffAction(sender.getName(), "Kicking " + player.getName(), true);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
msg("Kicked " + player.getName() + " quietly.");
|
msg("Kicked " + player,getName() + " quietly.");
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
player.kickPlayer(builder.toString());
|
player.kickPlayer(builder.toString());
|
||||||
|
Loading…
Reference in New Issue
Block a user