feat(server): set character if not using multi character

This commit is contained in:
Andyyy7666
2023-10-16 00:28:36 +02:00
parent b8bb98b20d
commit a3279ea5c8
2 changed files with 23 additions and 1 deletions

View File

@@ -88,6 +88,10 @@ function NDCore.getDiscordInfo(discordUserId)
return data
end
function NDCore.enableMultiCharacter(enable)
Config.multiCharacter = enable
end
for name, func in pairs(NDCore) do
if type(func) == "function" then
exports(name, func)