Skip to content

Commit

Permalink
Rename ListenerPriority.LATEST to ListenerPriority.LAST
Browse files Browse the repository at this point in the history
  • Loading branch information
CrushedPixel committed Mar 9, 2017
1 parent b27058f commit c81190e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class PacketListenerData {
}

public enum ListenerPriority {
FIRST, EARLY, DEFAULT, LATE, LATEST
FIRST, EARLY, DEFAULT, LATE, LAST
}

}

0 comments on commit c81190e

Please sign in to comment.