Merge origin/master

This commit is contained in:
cnaude 2016-11-16 20:41:51 -07:00
commit bb2181c5e5

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;