Fixed Stage switching and mission status for BAI

This commit is contained in:
2024-10-13 02:03:07 +02:00
parent e2279c0ecb
commit 2447092d05
3 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function StageConfig:new()
local maxMissionsPerStage = SpearheadConfig.StageConfig.maxMissionStage
o.getMaxMissionsPerStage = function(self) return maxMissionsPerStage end
o.logLevel = Spearhead.LoggerTemplate.LogLevelOptions.INFO
o.logLevel = Spearhead.LoggerTemplate.LogLevelOptions.DEBUG
return o;
end