mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Merge pull request #4 from Shazzer1951/patch-1
updated to include the missing quotes
This commit is contained in:
commit
13367941fa
@ -85,7 +85,7 @@ function cfxmon.start ()
|
|||||||
|
|
||||||
-- own config
|
-- own config
|
||||||
cfxmon.delay = cfxZones.getNumberFromZoneProperty(theZone, "delay", 30)
|
cfxmon.delay = cfxZones.getNumberFromZoneProperty(theZone, "delay", 30)
|
||||||
trigger.action.outText("!!!mon: Delay is set to: " .. cfxmon.delay .. seconds, 50)
|
trigger.action.outText("!!!mon: Delay is set to: " .. cfxmon.delay .. "seconds", 50)
|
||||||
|
|
||||||
-- dcsCommon
|
-- dcsCommon
|
||||||
if cfxZones.getBoolFromZoneProperty(theZone, "dcsCommon", true) then
|
if cfxZones.getBoolFromZoneProperty(theZone, "dcsCommon", true) then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user