From 350684cda212d36fe931b621efcb0d839d661f64 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:11:10 +0200 Subject: [PATCH] feat(config): default spawns --- ND_CharacterSelection/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ND_CharacterSelection/config.lua b/ND_CharacterSelection/config.lua index d95e191..3525c44 100644 --- a/ND_CharacterSelection/config.lua +++ b/ND_CharacterSelection/config.lua @@ -33,9 +33,9 @@ config = { ["LSFD"] = 650 }, - -- set up the spawn buttons for each department. + -- DEFAULT is the spawns that every character with any job will have but you can also add a job and spawns for them. spawns = { - ["CIV"] = { + ["DEFAULT"] = { {x = -102.78, y = 6336.28, z = 31.49, name = "Dream View Motel (Paleto Bay)"}, {x = 343.53, y = 2636.94, z = 43.94, name = "Eastern Motel (Sandy Shores)"}, {x = 196.96, y = -934.54, z = 29.69, name = "Legion Square"},