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:
parent
76f6b9e4b7
commit
79d5332e1d
@ -133,7 +133,7 @@ public class xAuthPlayerListener extends PlayerListener {
|
||||
if (xPlayer.canNotify())
|
||||
xPlayer.sendIllegalActionNotice();
|
||||
|
||||
event.setMessage("");
|
||||
event.setMessage("/");
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user