mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +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();
|
final String format = event.getFormat();
|
||||||
event.setFormat(tl("chatTypeLocal").concat(event.getFormat()));
|
event.setFormat(tl("chatTypeLocal").concat(event.getFormat()));
|
||||||
|
|
||||||
logger.info(tl("localFormat", user.getName(), event.getMessage()));
|
|
||||||
|
|
||||||
final Iterator<Player> it = outList.iterator();
|
final Iterator<Player> it = outList.iterator();
|
||||||
while (it.hasNext()) {
|
while (it.hasNext()) {
|
||||||
final Player onlinePlayer = it.next();
|
final Player onlinePlayer = it.next();
|
||||||
|
Loading…
Reference in New Issue
Block a user