Merge pull request #4 from Shazzer1951/patch-1

updated to include the missing quotes
This commit is contained in:
Christian Franz 2022-08-14 09:49:30 +02:00 committed by GitHub
commit 13367941fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ function cfxmon.start ()
-- own config
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
if cfxZones.getBoolFromZoneProperty(theZone, "dcsCommon", true) then