removed Carson

This commit is contained in:
Ashijin 2020-11-29 22:37:03 -07:00
parent b87e1a3a4f
commit 17a4492e2a

View File

@ -50,7 +50,7 @@ public class PlayerStats {
* used to update MMOCore stat modifiers due to class and send them over to * used to update MMOCore stat modifiers due to class and send them over to
* MMOLib. must be ran everytime the player levels up or changes class. * MMOLib. must be ran everytime the player levels up or changes class.
*/ */
public void updateStats() { public synchronized void updateStats() {
getMap().getInstances().forEach(ins -> ins.removeIf(key -> key.equals("mmocoreClass"))); getMap().getInstances().forEach(ins -> ins.removeIf(key -> key.equals("mmocoreClass")));
for (StatType stat : StatType.values()) { for (StatType stat : StatType.values()) {