From 17abe2d7bb438fa85c5edbc9bbe5fc9482adafd9 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Thu, 24 Jun 2021 18:05:13 +1000 Subject: [PATCH] fix(config): Set the spawn coordinates properly to prevent floating characters --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 56121064..a444f660 100644 --- a/config.lua +++ b/config.lua @@ -2,7 +2,7 @@ Config = {} Config.Locale = 'en' Config.Slots = 4 -Config.Spawn = vector4(-113.7, 565.3, 196, 0) +Config.Spawn = vector4(-113.7, 565.3, 195.2, 0) -------------------- -- Do not use unless you are prepared to adjust your resources to correctly reset data