From 9acf0b29d637b0b97c33a1151c550ee33a0457b6 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Wed, 6 Apr 2022 19:25:26 +0100 Subject: [PATCH] Tweak(esx_multicharacter): remove backticks that are messing with linter --- [esx]/esx_multicharacter/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx]/esx_multicharacter/config.lua b/[esx]/esx_multicharacter/config.lua index fe18b776..078a9c4b 100644 --- a/[esx]/esx_multicharacter/config.lua +++ b/[esx]/esx_multicharacter/config.lua @@ -19,7 +19,7 @@ if IsDuplicityVersion() then else -- Sets the location for the character selection scene - -- To set the spawn location for new characters, modify the default value in the `users` SQL table + -- To set the spawn location for new characters, modify the default value in the users SQL table Config.Spawn = vector4(-113.7, 565.3, 195.2, 0) --------------------