mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Fixed Existing Lua Check Errors
This commit is contained in:
@@ -70,6 +70,14 @@ do -- Assume Factorio Control Stage as Default
|
||||
}
|
||||
end
|
||||
|
||||
do -- RedMew and ExpGaming overrides
|
||||
globals = {
|
||||
'math', 'table',
|
||||
'print', 'require', 'unpack', 'inspect', 'loadstring', 'ServerCommands', 'Debug',
|
||||
'_C', '_DEBUG', '_CHEATS', '_DUMP_ENV', '_LIFECYCLE', '_STAGE',
|
||||
}
|
||||
end
|
||||
|
||||
do -- Set default prototype files
|
||||
files['**/data.lua'].std = STD_DATA
|
||||
files['**/data-updates.lua'].std = STD_DATA
|
||||
|
||||
Reference in New Issue
Block a user