From dca3fbc1cccb420ca7aac3e47430fe2995af6b1c Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:26:46 +0200 Subject: [PATCH] Update main.lua fixed spelling mistake --- ND_Core/source/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ND_Core/source/client/main.lua b/ND_Core/source/client/main.lua index 82e73e4..c27b9bc 100644 --- a/ND_Core/source/client/main.lua +++ b/ND_Core/source/client/main.lua @@ -309,7 +309,7 @@ if config.hideAmmoAndMoney or config.hideReticle or config.customPauseMenu or co EndScaleformMovieMethod() end end - if config.enablePriorityCooldown and priorityText and config.enablePriorityDefaulyHUD then + if config.enablePriorityCooldown and priorityText and config.enablePriorityDefaultHUD then text(priorityText, 0.182, 0.891, 0.4, 4) end end