Added real time clock

This commit is contained in:
hydrant
2018-12-02 23:37:29 +01:00
parent ba02c523ed
commit 94632cc428
2 changed files with 26 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ namespace reallife_gamemode
NAPI.Data.SetWorldData("playerCreatorDimension", 0);
TuningManager.AddTuningGarage(new Vector3(-341, -134, 38.5));
TimeManager.StartTimeManager();
DatabaseHelper.InitDatabaseFirstTime();
FactionHelper.CheckFactionBankAccounts();