1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-03-03 00:29:44 +01:00

Fixed bug where admin chat was displayed to the whole server.

This commit is contained in:
GJ 2012-06-05 10:19:23 -04:00
parent b84478898d
commit f7ee96aa99

@ -357,6 +357,8 @@ public class PlayerListener implements Listener {
p.sendMessage(prefix + chatEvent.getMessage());
}
}
event.setCancelled(true);
}
}