Choumiko / TheFatController

Factorio train management mod.
MIT License
23 stars 4 forks source link

incompatible with 0.16.22 #27

Closed Gforce4u closed 6 years ago

Gforce4u commented 6 years ago

error with 0.16.22 : error while loading entity prototype "fatcontroller" (player): Keyënter_vehicle_distance" not found in property tree at ROOT.player.fatcontroller

sapid commented 6 years ago

More info: in 0.16.22 release notes enter_vehicle_distance was added to LuaEntityPrototype.

Nexela commented 6 years ago

Fixed for the next release of factorio. A default will be applied

On Feb 3, 2018 4:25 PM, "Will Crawford" notifications@github.com wrote:

More info: in 0.16.22 release notes https://forums.factorio.com/viewtopic.php?f=3&t=57402 enter_vehicle_distance was added to LuaEntityPrototype.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Choumiko/TheFatController/issues/27#issuecomment-362855581, or mute the thread https://github.com/notifications/unsubscribe-auth/ANUy4KKWTiKpm2HwRgMrE6RYPK50RprIks5tRM7mgaJpZM4R3IKL .

sapid commented 6 years ago

It looks like a lot of the defaults are overridden here, so it's probably best to overwrite the default here as well, regardless of whether or not the variable's absence is acceptable.

The fix is really minor. Merging the above pull request should close this issue.