Crash when attaching entity capabilities
HellFirePvP opened this issue ยท 0 comments
Good day,
it seems Telepads crashes if the "TelePadDataCapability" gets added to an entity and it then tries to initially save its state to NBT.
Specific crash: https://pastebin.com/0hRcNP7B
Responsible line: https://github.com/ArtixAllMighty/Telepads2016/blob/master/subaraki/telepads/capability/TelepadData.java#L42
Potential fix: initialize the list as list instead of null ?