Mistakes were made

This commit is contained in:
William Bergh 2020-08-18 17:22:43 +02:00
parent 5047363f83
commit ff42713f92

View file

@ -74,7 +74,7 @@ public class Command_kick extends FreedomCommand
}
else
{
msg("Kicked " + player,getName() + " quietly.");
msg("Kicked " + player.getName() + " quietly.");
}
player.kickPlayer(builder.toString());