Logistics Reactor Next


Deliver nuclear fuel by logistics bot. Update of illysune's Logistics Reactor.

Content
3 years ago
0.16 - 1.1
414
Logistic network

g Bug on startup in latest 0.17

The line

if settings.startup["bobmods-power-nuclear"].value == true then

everywhere it occurs in the prototypes directory, causes nil errors. It needs to be

if settings.startup["bobmods-power-nuclear"] and settings.startup["bobmods-power-nuclear"].value == true then

to check for nil before indexing.

5 years ago

Thanks for the report! I'll take care of this, this weekend.

4 years ago

After a few months, finally fixed this. Should be all good in version 5.0.1.

New response