mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-11 14:55:28 +00:00
commit
d65f584707
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class Command_kick extends FreedomCommand
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
msg("Kicked " + player,getName() + " quietly.");
|
msg("Kicked " + player.getName() + " quietly.");
|
||||||
}
|
}
|
||||||
|
|
||||||
player.kickPlayer(builder.toString());
|
player.kickPlayer(builder.toString());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue