Fix for WorldEdit StringIndexOutOfBoundsException error

This commit is contained in:
Zach Iverson 2011-06-23 06:51:14 -04:00
parent 76f6b9e4b7
commit 79d5332e1d
1 changed files with 1 additions and 1 deletions

View File

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