NebulaModTeam / nebula

A multiplayer mod for the game Dyson Sphere Program
GNU General Public License v3.0
820 stars 125 forks source link

fix NRE in UpdateDrones due to leftover drones from BattleBases #642

Closed sp00ktober closed 5 months ago

sp00ktober commented 5 months ago

When Battle Bases are removed using the mass destruction tool it might happen too fast and things can get confused. ConstructionModuleComponent can be null in this cases, this patch catches this.