From 3e0fc3673bf2a873d5e94a1cac1d070117d59e0e Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sat, 26 Feb 2022 23:19:00 +0100 Subject: [PATCH] Update main.lua --- ND_Core/source/client/main.lua | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ND_Core/source/client/main.lua b/ND_Core/source/client/main.lua index 18c4f26..2fba6de 100644 --- a/ND_Core/source/client/main.lua +++ b/ND_Core/source/client/main.lua @@ -1,10 +1,5 @@ ------------------------------------------------------------------------- ------------------------------------------------------------------------- --- DO NOT EDIT IF YOU DON'T KNOW WHAT YOU'RE DOING -- --- -- --- For support join my discord: https://discord.gg/Z9Mxu72zZ6 -- ------------------------------------------------------------------------- ------------------------------------------------------------------------- +-- For support join my discord: https://discord.gg/Z9Mxu72zZ6 + local background = config.backgrounds[math.random(1, #config.backgrounds)] local started = true local priorityText = nil @@ -281,7 +276,6 @@ if config.enablePriorityCooldown then AddEventHandler("returnPriority", function(priority) priorityText = nil for _, departmentName in pairs(config.canSeePriority) do - print(departmentName) if departmentName == mainDepartment then priorityText = priority break