Closed krypt-lynx closed 10 years ago
If fix is simple, can you commit it in separate branch?
If you're curious, the fix is:
On line 80 of /objects/wired/pipe/pump/pump.lua, change for i = 1, 7 do
to for i = 0, 7 do
Sorry, i'm close issue by accident
After some testing, I found this to be caused by another subtle change in the Lua iteration (similar to the other bugs). I've notified the devs and will see if they're planning to fix this. If not, I'll put out a hotfix for it soon.