mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 2.0.0
Version II goes live!
This commit is contained in:
@@ -324,6 +324,9 @@ function stopGap.update()
|
||||
busy = true
|
||||
-- count up for auto-release after n seconds
|
||||
trigger.action.setUserFlag(theGroup.sgName, sgState + 1)
|
||||
if stopGap.verbose then
|
||||
trigger.action.outText("+++StopG: [cooldown] cooldown for group <" .. name .. ">, val now is <" .. sgState .. ">.", 30)
|
||||
end
|
||||
end
|
||||
|
||||
if busy then
|
||||
@@ -331,6 +334,9 @@ function stopGap.update()
|
||||
else
|
||||
local theStaticGroup = stopGap.createStandInsForMXGroup(theGroup)
|
||||
stopGap.standInGroups[name] = theStaticGroup
|
||||
if stopGap.verbose then
|
||||
trigger.action.outText("+++StopG: [server command] placing static stand-in for group <" .. name .. ">.", 30)
|
||||
end
|
||||
end
|
||||
else
|
||||
-- plane is currently static and visible
|
||||
|
||||
Reference in New Issue
Block a user