Releases: Battle-Modders/stack-based-skills
Releases · Battle-Modders/stack-based-skills
0.5.1
- Removed the global table created during
FirstWorldInit
bucket that mapped ClassNameHash to IsSerialized. This fixes issues where skills which were added/removed before that bucket ran threw exceptions duringremoveSelf
. NowremoveSelf
checks for the default value of IsSerialized by instantiating a copy of the skill in runtime. - Cleaned up code.