Closed tpdatta closed 8 years ago
what version/file is that? In the latest release i can't find it.
Sorry, forgot to mention that.
It is in control.lua
, version 0.3.1
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.
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 beforeglobal.guisettings[i]
I did it as a quick fix, not sure of the reprecoussions yet. but thought you might like to take a look