fixed stage switcher

This commit is contained in:
2024-10-23 13:33:09 +02:00
parent 2447092d05
commit e2b90b4ba1
4 changed files with 25 additions and 9 deletions
+1 -4
View File
@@ -22,16 +22,13 @@ local SetStageDelayed = function(number, time)
return nil
end
timer.scheduleFunction(SetStageDelayed, 1, timer.getTime() + 3)
timer.scheduleFunction(SetStageDelayed, 0, timer.getTime() + 3)
Spearhead.LoadingDone()
--Check lines of code in directory per file:
-- Get-ChildItem . -Include *.lua -Recurse | foreach {""+(Get-Content $_).Count + " => " + $_.name }; && GCI . -Include *.lua* -Recurse | foreach{(GC $_).Count} | measure-object -sum | % Sum
-- find . -name '*.lua' | xargs wc -l
--- ==================== DEBUG ORDER OR ZONE VEC ===========================
-- local zone = Spearhead.DcsUtil.getZoneByName("MISSIONSTAGE_99")