1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-20 05:21:21 +02:00

Fix TL key casing.

This commit is contained in:
KHobbits
2013-03-09 21:41:30 +00:00
parent d099572514
commit 6253a23fed

View File

@@ -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())
{