From 749dfd0ec3391b580b451485480224ce862989b2 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sat, 16 Oct 2021 09:05:13 +1100 Subject: [PATCH] chore(config): Change defaults --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index ca56aec7..f3d9d763 100644 --- a/config.lua +++ b/config.lua @@ -4,13 +4,13 @@ Config.Locale = 'en' -------------------- -- This is the default number of slots for EVERY player -- If you want to manage extra slots for specific players you can do it by using '/setslots' and '/remslots' commands -Config.Slots = 1 +Config.Slots = 4 -------------------- Config.Spawn = vector4(-113.7, 565.3, 195.2, 0) -- Sets the location for character selection -- To set the spawn location for new characters, modify the default value in the `users` SQL table -Config.CanDelete = false -- Choose whether or not a user can self-delete its own characters +Config.CanDelete = true -- Choose whether or not a user can self-delete its own characters -------------------- -- Do not use unless you are prepared to adjust your resources to correctly reset data