mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-08 07:27:39 +01:00
!merge
This commit is contained in:
commit
d3867cc920
@ -495,6 +495,13 @@ public class PlayerData {
|
||||
* initialized
|
||||
*/
|
||||
public static void load(Player player) {
|
||||
|
||||
/*
|
||||
* Double check they are online, for some reason even if this is fired
|
||||
* from the join event the player can be offline if they left in the same tick or something.
|
||||
*/
|
||||
if (!player.isOnline())
|
||||
return;
|
||||
|
||||
MMOPlayerData mmoData = MMOPlayerData.get(player.getUniqueId());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user