Merge Game, FlyingText, Common and table
This commit is contained in:
@@ -15,12 +15,6 @@ end
|
||||
log("[START] -----| Explosive Gaming Scenario Loader |-----")
|
||||
log("[INFO] Setting up lua environment")
|
||||
|
||||
-- Require the global overrides
|
||||
require("modules.exp_legacy.overrides.table") -- Adds alot more functions to the table module
|
||||
storage.version = require("modules.exp_legacy.overrides.version") -- The current version for exp gaming scenario
|
||||
--- @diagnostic disable-next-line
|
||||
_C = require("modules.exp_legacy.expcore.common") -- _C is used to store lots of common functions expected to be used
|
||||
|
||||
-- Please go to config/file_loader.lua to edit the files that are loaded
|
||||
log("[INFO] Reading loader config")
|
||||
local files = require("modules.exp_legacy.config._file_loader")
|
||||
|
||||
Reference in New Issue
Block a user