Merge pull request #2225 from FlightControl-Master/Applevangelist-ZoneScaen-1

Update Zone.lua
This commit is contained in:
Thomas 2025-01-22 09:44:27 +01:00 committed by GitHub
commit 6551383070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1415,7 +1415,7 @@ function ZONE_RADIUS:SearchZone( EvaluateFunction, ObjectCategories )
id = world.VolumeType.SPHERE,
params = {
point = ZoneCoord:GetVec3(),
radius = ZoneRadius / 2,
radius = ZoneRadius,
}
}