print chat to console

Fixes #1339
This commit is contained in:
Jesse Boyd 2016-09-02 15:47:19 +10:00
parent 22901bf9f2
commit 6a12a6ba64

View File

@ -639,6 +639,7 @@ public class PlayerEvents extends PlotListener implements Listener {
for (Player receiver : recipients) {
receiver.sendMessage(full);
}
PS.debug(full);
}
@EventHandler(priority = EventPriority.LOWEST)