From 45fe5f2c02a70cf5cd2ee4d6da6128df8eaf2e20 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Sat, 9 Mar 2013 21:41:30 +0000 Subject: [PATCH] Fix TL key casing. --- .../src/com/earth2me/essentials/commands/Commandbanip.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {