updated briefings to be shown during spawn (#31)
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:
2026-08-20 14:06:42 +00:00
committed by dutchie031
parent 970f049440
commit 7c0c5e4a85
11 changed files with 210 additions and 146 deletions
+2 -2
View File
@@ -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