Added items load

This commit is contained in:
Lennart Kampshoff
2018-10-27 13:18:22 +02:00
parent 39cb03b2ec
commit cf10c52ab0
4 changed files with 43 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ namespace reallife_gamemode
NAPI.Server.SetAutoRespawnAfterDeath(false);
NAPI.Data.SetWorldData("playerCreatorDimension", 0);
InventoryManager.LoadItems();
TuningManager.AddTuningGarage(new Vector3(-341, -134, 38.5), new Vector3(-334, -143, 41));
using (var context = new DatabaseContext())