mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Syntax
This commit is contained in:
@@ -2167,7 +2167,7 @@ do -- Patrol methods
|
||||
-- @return #CONTROLLABLE
|
||||
function CONTROLLABLE:PatrolZones( ZoneList, Speed, Formation, DelayMin, DelayMax )
|
||||
|
||||
if not type( ZoneList ) == "table" then
|
||||
if type( ZoneList ) ~= "table" then
|
||||
ZoneList = { ZoneList }
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user