From 48746061d808cd1e5c1907cc3c58e1d3fdb4e827 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sat, 26 Feb 2022 16:41:36 +0100 Subject: [PATCH] Update config_client.lua Added a way to give multiple role permission to a department --- ND_Core/config_client.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ND_Core/config_client.lua b/ND_Core/config_client.lua index be36c09..357a510 100644 --- a/ND_Core/config_client.lua +++ b/ND_Core/config_client.lua @@ -21,11 +21,11 @@ config = { -- set up the name of your departments and the discord role id for permission. A role id of 0 will allow anyone to choose that department. departments = { - ["CIV"] = "0", - ["SAHP"] = "0", - ["LSPD"] = "0", - ["BCSO"] = "0", - ["LSFD"] = "0" + ["CIV"] = {"0"}, + ["SAHP"] = {"0"}, + ["LSPD"] = {"0"}, + ["BCSO"] = {"0"}, + ["LSFD"] = {"0"} }, -- set up the spawn buttons for each department.