Slightly increase veh lock distance for large vehs

This commit is contained in:
Vortrex
2022-02-13 19:34:36 -06:00
parent 7630be643f
commit ce3a159f70

View File

@@ -25,7 +25,7 @@ let globalConfig = {
talkDistance: 10,
whisperDistance: 2,
megaphoneDistance: 40,
vehicleLockDistance: 5,
vehicleLockDistance: 5.5,
startWorkingDistance: 5,
takeJobDistance: 5,
stopWorkingDistance: 10,