Add duty System and Duty Cloth
This commit is contained in:
2
Main.cs
2
Main.cs
@@ -30,14 +30,12 @@ namespace reallife_gamemode
|
||||
NAPI.Server.SetAutoSpawnOnConnect(false);
|
||||
NAPI.Server.SetAutoRespawnAfterDeath(false);
|
||||
NAPI.Data.SetWorldData("playerCreatorDimension", 0);
|
||||
NAPI.Data.SetWorldData("policeDoors", false);
|
||||
|
||||
TuningManager.AddTuningGarage(new Vector3(-341, -134, 38.5));
|
||||
|
||||
using (var context = new DatabaseContext())
|
||||
{
|
||||
context.Bans.FirstOrDefault();
|
||||
|
||||
context.Factions.FirstOrDefault();
|
||||
context.Users.FirstOrDefault();
|
||||
context.SaveChanges();
|
||||
|
||||
Reference in New Issue
Block a user