From ca0884b93c155572ace44ad8bd24a79106a03992 Mon Sep 17 00:00:00 2001 From: HakkoDevelopment <67168651+Hakkodevelopment@users.noreply.github.com> Date: Sat, 9 Jul 2022 16:19:39 -0600 Subject: [PATCH] fixed grammar and spelling errors --- ND_Doorlocks/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ND_Doorlocks/config.lua b/ND_Doorlocks/config.lua index e1897ba..c57eed2 100644 --- a/ND_Doorlocks/config.lua +++ b/ND_Doorlocks/config.lua @@ -1,7 +1,7 @@ -- For support join my discord: https://discord.gg/Z9Mxu72zZ6 doorList = { - -- Sandy Shores Sheriff office front door. + -- Sandy Shores Sheriff's Office front door. { textCoords = vector3(1855.1896, 3683.4507, 34.2675), authorizedJobs = {"BCSO", "LSPD", "BCSO"}, @@ -12,7 +12,7 @@ doorList = { } }, - -- Paleto bay Sheriff office office front doors. + -- Paleto Bay Sheriff's Office front doors. { textCoords = vector3(-443.6129, 6016.0483, 31.7164), authorizedJobs = {"BCSO", "LSPD", "BCSO"}, @@ -35,4 +35,4 @@ doorList = { {hash = 320433149, coords = vector3(434.8228, -982.7103, 30.6896), heading = 272.0} } }, -} \ No newline at end of file +}