mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 14:26:03 +01:00
Update config_client.lua
fixed spelling mistake
This commit is contained in:
@@ -74,7 +74,7 @@ config = {
|
|||||||
|
|
||||||
-- Prority cooldown
|
-- Prority cooldown
|
||||||
enablePriorityCooldown = true,
|
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",
|
startPriorityCommand = "prio-start",
|
||||||
stopPriorityCommand = "prio-stop",
|
stopPriorityCommand = "prio-stop",
|
||||||
cooldownPriorityCommand = "prio-cd",
|
cooldownPriorityCommand = "prio-cd",
|
||||||
@@ -98,10 +98,10 @@ config = {
|
|||||||
|
|
||||||
-- Discord Rich precence
|
-- Discord Rich precence
|
||||||
enableRichPrecence = true,
|
enableRichPrecence = true,
|
||||||
updateIntervall = 60, -- how many seconds delay until it updates status.
|
updateIntervall = 10, -- how many seconds delay until it updates status.
|
||||||
appId = 912361433273102356,
|
appId = 858146067018416128,
|
||||||
largeLogo = "anyydevlogo",
|
largeLogo = "andyyy",
|
||||||
smallLogo = "anyydevlogo",
|
smallLogo = "andyyy",
|
||||||
firstButtonName = "DISCORD",
|
firstButtonName = "DISCORD",
|
||||||
firstButtonLink = "https://discord.gg/Z9Mxu72zZ6",
|
firstButtonLink = "https://discord.gg/Z9Mxu72zZ6",
|
||||||
secondButtonName = "TEBEX",
|
secondButtonName = "TEBEX",
|
||||||
|
|||||||
Reference in New Issue
Block a user