Skip to content

Commit

Permalink
Add extra debug for login
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Sep 11, 2024
1 parent c4bdfd0 commit 7be28d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public void onJoin(AdvancedCoreLoginEvent event) {
*/
@EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
public void onPlayerLogin(final PlayerLoginEvent event) {

if (plugin != null && plugin.isEnabled() && plugin.isLoadUserData()) {
plugin.debug("Login: " + event.getPlayer().getName() + " (" + event.getPlayer().getUniqueId() + ")");
plugin.getLoginTimer().schedule(new Runnable() {

@Override
Expand Down

0 comments on commit 7be28d4

Please sign in to comment.