Merge pull request #275 from CoolJWB/development

Mistakes were made
This commit is contained in:
CoolJWB 2020-08-18 17:24:30 +02:00 committed by GitHub
commit d65f584707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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());