mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 00:58:50 +01:00
Fixed double local logging (#2755)
This commit is contained in:
parent
3bb45b80b1
commit
347179373d
@ -77,8 +77,6 @@ public class EssentialsChatPlayerListenerNormal extends EssentialsChatPlayer {
|
||||
final String format = event.getFormat();
|
||||
event.setFormat(tl("chatTypeLocal").concat(event.getFormat()));
|
||||
|
||||
logger.info(tl("localFormat", user.getName(), event.getMessage()));
|
||||
|
||||
final Iterator<Player> it = outList.iterator();
|
||||
while (it.hasNext()) {
|
||||
final Player onlinePlayer = it.next();
|
||||
|
Loading…
Reference in New Issue
Block a user