fix: spelling

This commit is contained in:
Andyyy7666
2022-09-16 15:19:12 +02:00
committed by GitHub
parent 27409edf82
commit ce9d70f3ed

View File

@@ -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)
end)