mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 0.985
Quick Ref Clone Zones Reference Resolve Clone Relations Demo
This commit is contained in:
@@ -178,13 +178,8 @@ function FARPZones.createFARPFromZone(aZone)
|
||||
|
||||
return theFarp
|
||||
end
|
||||
--[[--
|
||||
function FARPZones.drawFarp(theFarp)
|
||||
local theZone = theFarp.zone
|
||||
local theOwner = theFarp.owner
|
||||
FARPZones.drawZoneInMap(theZone, theOwner)
|
||||
end
|
||||
--]]--
|
||||
|
||||
|
||||
function FARPZones.drawFARPCircleInMap(theFarp)
|
||||
if not theFarp then return end
|
||||
|
||||
@@ -430,6 +425,7 @@ function FARPZones.readConfig()
|
||||
|
||||
FARPZones.spinUpDelay = cfxZones.getNumberFromZoneProperty(theZone, "spinUpDelay", 30)
|
||||
|
||||
|
||||
if FARPZones.verbose then
|
||||
trigger.action.outText("***frpZ: read config", 30)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user