mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-02-07 12:11:24 +01:00
Bug Fixing
This commit is contained in:
parent
2f91a58a26
commit
36f99a6cb4
@ -1166,7 +1166,7 @@ public class PlayerData extends SynchronizedDataHolder implements OfflinePlayerD
|
||||
// Clear bound skills
|
||||
boundSkills.forEach((slot, info) -> info.close());
|
||||
boundSkills.clear();
|
||||
|
||||
setupRemovableTrigger();
|
||||
// Update stats
|
||||
if (isOnline()) getStats().updateStats();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user