mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-06-27 17:50:26 +00:00
Mistakes were made
This commit is contained in:
parent
5047363f83
commit
ff42713f92
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