mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-24 00:51:37 +01:00
Correct unbanip's permission for broadcasts
This commit is contained in:
parent
b3a54a78bc
commit
45461a93b0
@ -44,6 +44,6 @@ public class Commandunbanip extends EssentialsCommand {
|
||||
final String senderName = sender.isPlayer() ? sender.getPlayer().getDisplayName() : Console.NAME;
|
||||
server.getLogger().log(Level.INFO, tl("playerUnbanIpAddress", senderName, ipAddress));
|
||||
|
||||
ess.broadcastMessage("essentials.ban.notify", tl("playerUnbanIpAddress", senderName, ipAddress));
|
||||
ess.broadcastMessage("essentials.banip.notify", tl("playerUnbanIpAddress", senderName, ipAddress));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user