From 236dea29f6efe809a8f1d5c521615962538e29e8 Mon Sep 17 00:00:00 2001 From: Bill F <33011122+Shazzer1951@users.noreply.github.com> Date: Fri, 12 Aug 2022 20:45:25 -0700 Subject: [PATCH] updated to include the missing quotes --- modules/cfxmon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cfxmon.lua b/modules/cfxmon.lua index 2c4faf6..5b349e0 100644 --- a/modules/cfxmon.lua +++ b/modules/cfxmon.lua @@ -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