Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
have command listener listen at a higher priority
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMWM committed Oct 28, 2016
1 parent aa21c98 commit fd05dfe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public GamePlayerCommandPreprocessingListener(PurpleIRC plugin) {
*
* @param event
*/
@EventHandler(priority = EventPriority.LOWEST)
@EventHandler(priority = EventPriority.HIGH)
public void onPlayerCommandPreprocessEvent(PlayerCommandPreprocessEvent event) {
if (event.isCancelled()) {
return;
Expand Down

0 comments on commit fd05dfe

Please sign in to comment.