Bug Fixing

This commit is contained in:
Ka0rX 2023-09-07 11:38:36 +01:00
parent 2f91a58a26
commit 36f99a6cb4

View File

@ -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();
} }