Merge pull request #85 from realneonium/main

feat: add version checking
This commit is contained in:
Andy
2025-03-11 00:27:39 +01:00
committed by GitHub

View File

@@ -34,6 +34,8 @@ SetConvarServerInfo("Discord", Config.discordInvite)
SetConvarServerInfo("NDCore", GetResourceMetadata(resourceName, "version", 0) or "invalid")
SetConvarReplicated("inventory:framework", "nd")
lib.versionCheck('ND-Framework/ND_Core')
local function getIdentifierList(src)
local list = {}
for i=0, GetNumPlayerIdentifiers(src) do