@@ -37,7 +37,7 @@ public class PlayerListener implements Listener {
|
|||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.MONITOR)
|
@EventHandler(priority = EventPriority.LOWEST)
|
||||||
public void onPlayerJoin(final PlayerJoinEvent event) {
|
public void onPlayerJoin(final PlayerJoinEvent event) {
|
||||||
plugin.setPlayerOnline(event.getPlayer());
|
plugin.setPlayerOnline(event.getPlayer());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user