mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-06 15:50:43 +00:00
Fix TL key casing.
This commit is contained in:
parent
b1f427d52e
commit
45fe5f2c02
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue