mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
feat(server/main): discord invite link in server info
This commit is contained in:
@@ -24,6 +24,7 @@ Config = {
|
|||||||
admins = json.decode(GetConvar("core:admins", "[]"))
|
admins = json.decode(GetConvar("core:admins", "[]"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetConvarServerInfo("Discord", Config.discordInvite)
|
||||||
SetConvarServerInfo("NDCore", GetResourceMetadata(resourceName, "version", 0) or "invalid")
|
SetConvarServerInfo("NDCore", GetResourceMetadata(resourceName, "version", 0) or "invalid")
|
||||||
SetConvarReplicated("inventory:framework", "nd")
|
SetConvarReplicated("inventory:framework", "nd")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user