mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed remove skill mod error, some equipment stuff aswell
This commit is contained in:
@@ -605,7 +605,7 @@ public class CreatureObject extends TangibleObject implements IPersistent {
|
||||
|
||||
public void removeSkillMod(SkillMod mod) {
|
||||
if (mod != null) {
|
||||
skillMods.remove(mod.getName());
|
||||
skillMods.remove(mod);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user