mirror of
https://github.com/notwa/mm
synced 2025-02-05 05:23:22 -08:00
allow VERSION_OVERRIDE to be set globally
This commit is contained in:
parent
3dc7572fbe
commit
1abc7062e7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if mt == nil then
|
||||||
end
|
end
|
||||||
|
|
||||||
function mt.__newindex(t, n, v)
|
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)
|
rawset(t, n, v)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue