From c11148c07ea981e3ea5287e5947f26d83138be64 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Thu, 20 May 2021 22:40:29 +1000 Subject: [PATCH] feat(rewrite/config): Set spawn location and slot count --- config.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 182c2d9b..0bf12a19 100644 --- a/config.lua +++ b/config.lua @@ -1,3 +1,4 @@ Config = {} -Config.databaseName = 'es_extended' \ No newline at end of file +Config.Slots = 4 +Config.Spawn = vector4(-113.7, 565.3, 196, 0)