forked from Upstream/mmocore
removed Carson
This commit is contained in:
parent
b87e1a3a4f
commit
17a4492e2a
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user