1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-04 08:13:23 -07:00

allow VERSION_OVERRIDE to be set globally

This commit is contained in:
Connor Olding 2018-04-28 05:13:29 +02:00
parent 3dc7572fbe
commit 1abc7062e7

View File

@ -5,7 +5,7 @@ if mt == nil then
end
function mt.__newindex(t, n, v)
if n == '_TEMP_BIZHAWK_RULES_' then
if n == '_TEMP_BIZHAWK_RULES_' or n == 'VERSION_OVERRIDE' then
rawset(t, n, v)
return
end