mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-12-18 06:38:26 +01:00
Unload players on logout, not load
This commit is contained in:
parent
69bcc7deca
commit
1d5463fed7
@ -165,6 +165,6 @@ public class Quit implements Listener {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
// Unload Challenge
|
// Unload Challenge
|
||||||
SkyBlock.getInstance().getFabledChallenge().getPlayerManager().loadPlayer(event.getPlayer().getUniqueId());
|
SkyBlock.getInstance().getFabledChallenge().getPlayerManager().unloadPlayer(event.getPlayer().getUniqueId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user