Skip to content

Commit

Permalink
Might fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
InstanceLabs committed Jan 3, 2015
1 parent ca8c74e commit c053262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/comze_instancelabs/bedwars/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ public String getTeambyBedLocation(String arena, Location l) {
return ret;
}

@EventHandler
@EventHandler(priority = EventPriority.HIGHEST)
public void onChat(AsyncPlayerChatEvent event) {
Player p = event.getPlayer();
if (pli.global_players.containsKey(p.getName())) {
Expand Down

0 comments on commit c053262

Please sign in to comment.