Large Number of bug fixes

This commit is contained in:
Cooldude2606
2018-11-09 17:33:48 +00:00
parent f6c1ea7c32
commit d8ca2e0c9a
19 changed files with 33 additions and 30 deletions

View File

@@ -17,7 +17,7 @@ local module_verbose = false
local ThisModule = {
on_init=function()
if loaded_modules['ExpGamingCore.Sync@^4.0.0'] then Sync = require('ExpGamingCore.Sync@^4.0.0') end
if loaded_modules['FactorioStdLib.Color@^0.8.0'] then Sync = require('FactorioStdLib.Color@^0.8.0') end
if loaded_modules['FactorioStdLib.Color@^0.8.0'] then Color = require('FactorioStdLib.Color@^0.8.0') end
end
}
-- Function Define