mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-23 18:55:30 +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
|
||||
SkyBlock.getInstance().getFabledChallenge().getPlayerManager().loadPlayer(event.getPlayer().getUniqueId());
|
||||
SkyBlock.getInstance().getFabledChallenge().getPlayerManager().unloadPlayer(event.getPlayer().getUniqueId());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user