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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user