updated briefings to be shown during spawn (#31)
Publish Release / build (push) Successful in 22s
Publish Release / build (push) Successful in 22s
fixes #26 Reviewed-on: #31 Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit was merged in pull request #31.
This commit is contained in:
+2
-2
@@ -28,10 +28,10 @@ SpearheadEvents.Init(defaultLogLevel)
|
||||
local dbLogger = Logger.new("database", defaultLogLevel)
|
||||
local standardLogger = Logger.new("", defaultLogLevel)
|
||||
local databaseManager = Database.New(dbLogger)
|
||||
MissionCommandsHelper.getOrCreate(defaultLogLevel) -- initiate
|
||||
MissionCommandsHelper.getOrCreate() -- initiate
|
||||
|
||||
local capConfig = CapConfig:new();
|
||||
local stageConfig = StageConfig:new();
|
||||
local stageConfig = StageConfig:getInstance();
|
||||
|
||||
local startingStage = stageConfig.startingStage or 1
|
||||
if SpearheadConfig and SpearheadConfig.Persistence and SpearheadConfig.Persistence.enabled == true then
|
||||
|
||||
Reference in New Issue
Block a user