mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
1.1.6
Bug fixes autoCsar Beta williePete Beta
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pulseFlags = {}
|
||||
pulseFlags.version = "1.3.0"
|
||||
pulseFlags.version = "1.3.1"
|
||||
pulseFlags.verbose = false
|
||||
pulseFlags.requiredLibs = {
|
||||
"dcsCommon", -- always
|
||||
@@ -36,6 +36,7 @@ pulseFlags.requiredLibs = {
|
||||
- 1.2.3 deprecated paused/pulsePaused
|
||||
returned onStart, defaulting to true
|
||||
- 1.3.0 persistence
|
||||
- 1.3.1 typos corrected
|
||||
|
||||
--]]--
|
||||
|
||||
@@ -326,7 +327,7 @@ function pulseFlags.loadData()
|
||||
local theData = persistence.getSavedDataForModule("pulseFlags")
|
||||
if not theData then
|
||||
if pulseFlags.verbose then
|
||||
trigger.action.outText("+++pulF Persistence: no save date received, skipping.", 30)
|
||||
trigger.action.outText("+++pulF Persistence: no save data received, skipping.", 30)
|
||||
end
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user