forked from Upstream/mmocore
Bug Fixing related to Skill Tree not working properly with MMOProfiles.
This commit is contained in:
parent
178bb35d59
commit
fb0dbad80f
@ -1129,6 +1129,8 @@ public class PlayerData extends SynchronizedDataHolder implements OfflinePlayerD
|
|||||||
boundSkills.forEach((slot, info) -> info.close());
|
boundSkills.forEach((slot, info) -> info.close());
|
||||||
boundSkills.clear();
|
boundSkills.clear();
|
||||||
|
|
||||||
|
//Update skill tree.
|
||||||
|
setupSkillTree();
|
||||||
// Update stats
|
// Update stats
|
||||||
if (isOnline()) getStats().updateStats();
|
if (isOnline()) getStats().updateStats();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user