From 76521a0cbd7845d2e154bafe0dd8e6f97f34aa02 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:26:44 +0200 Subject: [PATCH] Update config_client.lua fixed spelling mistake --- 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 f00dcb5..f686727 100644 --- a/ND_Core/config_client.lua +++ b/ND_Core/config_client.lua @@ -74,7 +74,7 @@ config = { -- Prority cooldown enablePriorityCooldown = true, - enablePriorityDefaulyHUD = false, + enablePriorityDefaultHUD = true, -- this will remove the hud of the priority, if you're using ModernHUD set this to false and go into ModernHUD config and change it to true from there. startPriorityCommand = "prio-start", stopPriorityCommand = "prio-stop", cooldownPriorityCommand = "prio-cd", @@ -98,10 +98,10 @@ config = { -- Discord Rich precence enableRichPrecence = true, - updateIntervall = 60, -- how many seconds delay until it updates status. - appId = 912361433273102356, - largeLogo = "anyydevlogo", - smallLogo = "anyydevlogo", + updateIntervall = 10, -- how many seconds delay until it updates status. + appId = 858146067018416128, + largeLogo = "andyyy", + smallLogo = "andyyy", firstButtonName = "DISCORD", firstButtonLink = "https://discord.gg/Z9Mxu72zZ6", secondButtonName = "TEBEX",