diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandbanip.java b/Essentials/src/com/earth2me/essentials/commands/Commandbanip.java index f46a7c318..5bebfa593 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandbanip.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandbanip.java @@ -42,7 +42,7 @@ public class Commandbanip extends EssentialsCommand } ess.getServer().banIP(ipAddress); - server.getLogger().log(Level.INFO, _("playerbanIpAddress", senderName, ipAddress)); + server.getLogger().log(Level.INFO, _("playerBanIpAddress", senderName, ipAddress)); for (Player onlinePlayer : server.getOnlinePlayers()) {