Fix/mission commands fix (#24)
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user