1
0
mirror of https://github.com/moparisthebest/xAuth synced 2024-12-21 22:58:51 -05:00

Fix for WorldEdit StringIndexOutOfBoundsException error

This commit is contained in:
Zach Iverson 2011-06-23 06:51:14 -04:00
parent 76f6b9e4b7
commit 79d5332e1d

View File

@ -133,7 +133,7 @@ public class xAuthPlayerListener extends PlayerListener {
if (xPlayer.canNotify())
xPlayer.sendIllegalActionNotice();
event.setMessage("");
event.setMessage("/");
event.setCancelled(true);
}
}