From 600814b9ea94694253551541f4b45ef65f043c58 Mon Sep 17 00:00:00 2001 From: Vanadis <61510130+vanadis1@users.noreply.github.com> Date: Sun, 24 Apr 2022 19:33:27 +0300 Subject: [PATCH] Update config.lua --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 1024e3d..47dc65f 100644 --- a/config.lua +++ b/config.lua @@ -45,7 +45,7 @@ Config.Locations = { ["stations"] = { [1] = {label = "Sheriff", coords = vector3(1360.88, -1301.53, 77.77)}, [2] = {label = "Saint Denis Police Dept. HQ", coords = vector3(2501.83, -1309.04, 48.95)}, - [3] = {label = "Blackwater Police Dept.", coords = vector3(-760.47, -1269.14, 44.04)} + [3] = {label = "Blackwater Police Dept.", coords = vector3(-760.47, -1269.14, 44.04)}, [4] = {label = "Strawberry Sheriff", coords = vector3(-1810.57, -350.91, 164.66)} }, }