have command listener listen at a higher priority

This commit is contained in:
RoboMWM 2016-10-28 14:57:04 -07:00 committed by GitHub
parent 83d4e4d68e
commit 507179bae9

View File

@ -45,7 +45,7 @@ public class GamePlayerCommandPreprocessingListener implements Listener {
*
* @param event
*/
@EventHandler(priority = EventPriority.LOWEST)
@EventHandler(priority = EventPriority.HIGH)
public void onPlayerCommandPreprocessEvent(PlayerCommandPreprocessEvent event) {
if (event.isCancelled()) {
return;