Skip to content

0.5.1

Latest
Compare
Choose a tag to compare
@LordMidas LordMidas released this 06 Sep 04:21
  • 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 during removeSelf. Now removeSelf checks for the default value of IsSerialized by instantiating a copy of the skill in runtime.
  • Cleaned up code.