From ce9d70f3ed4840bfd8d824851d3bf109db49b056 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:19:12 +0200 Subject: [PATCH] fix: spelling --- ND_Core/client/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ND_Core/client/main.lua b/ND_Core/client/main.lua index 1112b6d..7be89f7 100644 --- a/ND_Core/client/main.lua +++ b/ND_Core/client/main.lua @@ -21,7 +21,7 @@ function NDCore.Functions.GetCharacters(cb) end -- discord rich precense will show on a users profile. -if config.enableRichPrecence then +if config.enableRichPresence then Citizen.CreateThread(function() while true do if NDCore.SelectedCharacter then @@ -85,4 +85,4 @@ AddEventHandler("playerSpawned", function() NetworkSetFriendlyFireOption(true) end print("^0This framework is created by ^5Andyyy#7666 ^0for support you can join the ^5discord: ^0https://discord.gg/Z9Mxu72zZ6") -end) \ No newline at end of file +end)