mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
fix: spelling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user