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:
Dan Albert 2021-10-21 15:50:52 -07:00
parent 3c145cf2ff
commit 39fae9effc

View File

@ -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