mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update MissionScripting.original.lua.
We don't really even need this. Some cleanup of the replacer could just keep the original contents in memory, but this will do for now.
This commit is contained in:
parent
3c145cf2ff
commit
39fae9effc
@ -16,6 +16,7 @@ do
|
||||
sanitizeModule('os')
|
||||
sanitizeModule('io')
|
||||
sanitizeModule('lfs')
|
||||
require = nil
|
||||
loadlib = nil
|
||||
end
|
||||
_G['require'] = nil
|
||||
_G['loadlib'] = nil
|
||||
_G['package'] = nil
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user