Modify players before other plugins access them

Closes #123
This commit is contained in:
Jikoo 2020-03-11 09:17:17 -04:00
parent c8938f451d
commit 1cc36d08bd

View file

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