summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandbanip.java
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-03-09 21:41:30 +0000
committerKHobbits <rob@khobbits.co.uk>2013-03-09 21:41:30 +0000
commitda558f25d7dbbe176041ffacdff630a40e8d62b4 (patch)
tree509b1a3bf9363757f9bc155ee2f04f41366ac24f /Essentials/src/com/earth2me/essentials/commands/Commandbanip.java
parent65e883b975181da1ea31cce014a669f8443c6a5d (diff)
downloadEssentials-da558f25d7dbbe176041ffacdff630a40e8d62b4.tar
Essentials-da558f25d7dbbe176041ffacdff630a40e8d62b4.tar.gz
Essentials-da558f25d7dbbe176041ffacdff630a40e8d62b4.tar.lz
Essentials-da558f25d7dbbe176041ffacdff630a40e8d62b4.tar.xz
Essentials-da558f25d7dbbe176041ffacdff630a40e8d62b4.zip
Fix TL key casing.
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/commands/Commandbanip.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandbanip.java2
1 files changed, 1 insertions, 1 deletions
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())
{