forked from Upstream/mmocore
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
|
// Clear bound skills
|
||||||
boundSkills.forEach((slot, info) -> info.close());
|
boundSkills.forEach((slot, info) -> info.close());
|
||||||
boundSkills.clear();
|
boundSkills.clear();
|
||||||
|
setupRemovableTrigger();
|
||||||
// Update stats
|
// Update stats
|
||||||
if (isOnline()) getStats().updateStats();
|
if (isOnline()) getStats().updateStats();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user