fix(CharacterSelection/js): Removed duplicated code

This commit is contained in:
Andyyy7666
2022-08-10 00:18:14 +02:00
parent 8681f824b6
commit efcadd4734
3 changed files with 6 additions and 235 deletions

View File

@@ -6,7 +6,6 @@ function NDCore.Functions.GetPlayers(players)
cb(NDCore.Players)
end
local discordErrors = {
[400] = "improper http request",
[401] = "Discord bot token might be missing or incorrect",
@@ -353,4 +352,4 @@ function NDCore.Functions.VersionChecker(expectedResourceName, resourceName, dow
end
end)
end
NDCore.Functions.VersionChecker("ND_Core", GetCurrentResourceName(), "https://github.com/Andyyy7666/ND_Framework", "https://raw.githubusercontent.com/Andyyy7666/ND_Framework/main/ND_Core/fxmanifest.lua")
NDCore.Functions.VersionChecker("ND_Core", GetCurrentResourceName(), "https://github.com/Andyyy7666/ND_Framework", "https://raw.githubusercontent.com/Andyyy7666/ND_Framework/main/ND_Core/fxmanifest.lua")