Choumiko / TheFatController

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

Line 295, found and fixed and error locally #5

Closed tpdatta closed 8 years ago

tpdatta commented 8 years ago

fixed issue

I changed this line of code after loading a save and it saying that guisettings were nil. Thought you might want to add it to the repo.

Line 295 global.guisettings ~= nil and was added before global.guisettings[i]

I did it as a quick fix, not sure of the reprecoussions yet. but thought you might like to take a look

Choumiko commented 8 years ago

what version/file is that? In the latest release i can't find it.

tpdatta commented 8 years ago

Sorry, forgot to mention that.

It is in control.lua, version 0.3.1

Choumiko commented 8 years ago

0.3.1 is way outdated. Unless you're able to reproduce it with https://github.com/Choumiko/TheFatController/releases/tag/v0.4.11 i'll consider it as fixed.