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 @@
|
||||
messenger = {}
|
||||
messenger.version = "2.0.0"
|
||||
messenger.version = "2.0.1"
|
||||
messenger.verbose = false
|
||||
messenger.requiredLibs = {
|
||||
"dcsCommon", -- always
|
||||
@@ -42,6 +42,7 @@ messenger.messengers = {}
|
||||
- messageError
|
||||
- unit
|
||||
- group
|
||||
2.0.1 - config optimization
|
||||
|
||||
--]]--
|
||||
|
||||
@@ -480,7 +481,7 @@ function messenger.readConfigZone()
|
||||
if messenger.verbose then
|
||||
trigger.action.outText("+++msgr: NO config zone!", 30)
|
||||
end
|
||||
return
|
||||
theZone = cfxZones.createSimpleZone("messengerConfig")
|
||||
end
|
||||
|
||||
messenger.verbose = cfxZones.getBoolFromZoneProperty(theZone, "verbose", false)
|
||||
|
||||
Reference in New Issue
Block a user