mission complete working with removing of command

This commit is contained in:
2024-09-25 20:17:46 +02:00
parent c26684d3ff
commit d747b2d79c
6 changed files with 119 additions and 26 deletions
+3 -4
View File
@@ -144,12 +144,11 @@ local stageConfig = {
Spearhead.internal.GlobalCapManager.start(databaseManager, capConfig, stageConfig)
Spearhead.internal.GlobalStageManager.start(databaseManager)
--[[
TODO: REMOVE DEBUG
]]
Spearhead.Events.PublishStageNumberChanged(1)
Spearhead.LoadingDone()
--Check lines of code in directory per file:
-- Get-ChildItem . -Include *.lua -Recurse | foreach {""+(Get-Content $_).Count + " => " + $_.name }
-- find . -name '*.lua' | xargs wc -l
-- find . -name '*.lua' | xargs wc -l