mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-08 00:26:18 +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);
|
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())
|
for (Player onlinePlayer : server.getOnlinePlayers())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue