diff --git a/ND_Core/config_server.lua b/ND_Core/config_server.lua index ff23d1a..26c0217 100644 --- a/ND_Core/config_server.lua +++ b/ND_Core/config_server.lua @@ -3,10 +3,4 @@ server_config = { DiscordToken = "0", -- discord bot token for permissions GuildId = "872496972454592523", -- discord guild id - - SonoranCAD_Enabled = false, -- Turn this on if you want to use SonoranCAD integration. - SonoranCAD_CommunityID = "", - SonoranCAD_APIKey = "", - - useKVP = false }