mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
feat: discord stuff
This commit is contained in:
4
init.lua
4
init.lua
@@ -11,7 +11,9 @@ Config = {
|
||||
groups = json.decode(GetConvar("core:groups")) or {},
|
||||
characterIdentifier = GetConvar("core:characterIdentifier", "license"),
|
||||
randomUnlockedVehicleChance = GetConvarInt("core:randomUnlockedVehicleChance", 30),
|
||||
disableVehicleAirControl = GetConvarInt("core:disableVehicleAirControl", 1) == 1
|
||||
disableVehicleAirControl = GetConvarInt("core:disableVehicleAirControl", 1) == 1,
|
||||
discordGuildId = GetConvar("core:discordGuildId"),
|
||||
discordBotToken = GetConvar("core:discordBotToken")
|
||||
}
|
||||
|
||||
local nd_core = exports["ND_Core"]
|
||||
|
||||
Reference in New Issue
Block a user