This commit is contained in:
Applevangelist
2023-10-12 10:54:00 +02:00
parent 400ae46e03
commit dca57c97de
2 changed files with 2 additions and 2 deletions

View File

@@ -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