It is my post here. I tried to upgrade FARL from 0.4.something to 0.5.22 and I got an error message like "attempt to index global 'global'" and I couldn't find a solution. So I opened control.lua and I saw this is in line 209:
Code: Select all
if oldVersion < "0.5.21" then
Code: Select all
elseif oldVersion < "0.5.21" then
(Sorry, English is not my native language)