Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aufdemrand/Denizen
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcernat committed Jul 10, 2013
2 parents 4f058a6 + afaad2e commit 0f73a3d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -728,7 +728,7 @@ public void inventoryClickEvent(InventoryClickEvent event) {
// PLAYER EVENTS
/////////////////

@EventHandler(priority = EventPriority.LOWEST)
@EventHandler(priority = EventPriority.HIGHEST)
public void playerChat(final AsyncPlayerChatEvent event) {

final Map<String, Object> context = new HashMap<String, Object>();
Expand Down

0 comments on commit 0f73a3d

Please sign in to comment.