From 7072752022c992c150633e8e5c4b8fe49a58480e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Lecomte?= Date: Sun, 25 Nov 2018 22:20:30 +0100 Subject: [PATCH] Fix Vehicle Spawner for fueler (#62) The actual spawn is in the middle of a NPC parking, the new point is in the middle of the road where no NPC should be. --- client/jobs/fueler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/jobs/fueler.lua b/client/jobs/fueler.lua index 3735e535..3f9c681d 100644 --- a/client/jobs/fueler.lua +++ b/client/jobs/fueler.lua @@ -120,7 +120,7 @@ Config.Jobs.fueler = { }, VehicleSpawnPoint = { - Pos = {x = 580.54, y = -2309.70, z = 4.90}, + Pos = {x = 570.54, y = -2309.70, z = 4.90}, Size = {x = 3.0, y = 3.0, z = 1.0}, Marker = -1, Blip = false,