*WhitelistStatus hinzugefügt *Servervariablen hinzugefügt: /setsvar

This commit is contained in:
VegaZ
2021-04-01 22:43:03 +02:00
parent 42b7be7770
commit 4079b4bd3c
11 changed files with 2070 additions and 13 deletions

View File

@@ -153,6 +153,8 @@ namespace ReallifeGamemode.Server
ThreadTimers.StartAllTimers();
Managers.SVarManager.LoadSVars();
UserBankAccount.BalanceChanged += (account) =>
{
using (var dbContext = new DatabaseContext())