Fix/mission commands fix (#24)

This commit is contained in:
2025-05-03 02:44:15 +02:00
committed by GitHub
parent 3ed55f7aeb
commit 5f434542af
8 changed files with 67 additions and 22 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ SpearheadConfig = {
--- io and lfs cannot be sanitized in the MissionScripting.lua
--- enables or disables the persistence logic in spearhead
enabled = false,
enabled = true,
--- sets the directory where the persistence file is stored
--- if nil then lfs.writedir() will be used.
@@ -69,7 +69,7 @@ SpearheadConfig = {
directory = nil ,
--- the filename of the persistence file. Should end with .json for convention, but any text extension should do.
fileName = "Spearhead_Persistence.json"
fileName = "Spearhead_Persistence_Dev.json"
}
}