mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Fixed an armour calculation bug
This commit is contained in:
@@ -611,7 +611,7 @@ public class CreatureObject extends TangibleObject implements IPersistent {
|
||||
|
||||
public void removeSkillMod(SkillMod mod) {
|
||||
if (mod != null) {
|
||||
skillMods.remove(mod);
|
||||
skillMods.remove(mod.getName());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user