mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
Fix destroy poly function trying to do all options
This commit is contained in:
@@ -173,6 +173,7 @@ function removePolyZone(Location)
|
|||||||
if isStarted(script.polyZoneScript) then
|
if isStarted(script.polyZoneScript) then
|
||||||
debugPrint("^6Bridge^7: ^2Removing ^3"..script.polyZoneScript.." ^2Zone^7")
|
debugPrint("^6Bridge^7: ^2Removing ^3"..script.polyZoneScript.." ^2Zone^7")
|
||||||
script.removeZone(Location)
|
script.removeZone(Location)
|
||||||
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user