kyranf / robotarmyfactorio

A mod to add robot troop units and perhaps associated support buildings and items to produce and control them.
MIT License
35 stars 12 forks source link

Unbuilding droid assembler crashes the game #91

Closed cpeosphoros closed 7 years ago

cpeosphoros commented 7 years ago

screenshot from 2016-12-13 10-40-50

kyranf commented 7 years ago

Thank you, this is a bug and will be fixed today and committed to the dev branch. The code does not check for a "nil" assembler after trying to find an assembler by its ID in a list.

kyranf commented 7 years ago

Closed pending testing changes to Unstable branch. Code now checks for invalid/nil "assembler" variable before trying to check the entity "valid" value.