forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
b37e81f58d
commit
68ba5bd306
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ function GetImprovedTaxiSpawnPosition(playerCoords)
|
||||||
print("^2[TAXI DEBUG]^7 Finding optimal spawn position (preferably 100m+ away)...")
|
print("^2[TAXI DEBUG]^7 Finding optimal spawn position (preferably 100m+ away)...")
|
||||||
|
|
||||||
local minPreferredDistance = 100.0 -- Bevorzugter Mindestabstand in Metern
|
local minPreferredDistance = 100.0 -- Bevorzugter Mindestabstand in Metern
|
||||||
local maxDistance = 300.0 -- Maximaler Abstand in Metern
|
local maxDistance = 999999.0 -- Maximaler Abstand in Metern
|
||||||
local bestPosition = nil
|
local bestPosition = nil
|
||||||
local bestDistance = 999999.0
|
local bestDistance = 999999.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue