mirror of
https://github.com/notwa/mm
synced 2024-11-05 02:29:03 -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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue