We don't need a final statement

This commit is contained in:
Xephi 2015-11-04 09:02:20 +01:00
parent f4d8e45733
commit c16b80a2bf

View File

@ -200,7 +200,7 @@ public class AuthMePlayerListener implements Listener {
}
@EventHandler(priority = EventPriority.HIGHEST)
public void onPlayerJoin(final PlayerJoinEvent event) {
public void onPlayerJoin(PlayerJoinEvent event) {
if (event.getPlayer() == null)
return;