Continued faction system

This commit is contained in:
hydrant
2018-09-22 16:48:03 +02:00
parent bac110258d
commit 0034f29b18
6 changed files with 75 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ namespace reallife_gamemode
using (var context = new DatabaseContext())
{
context.Factions.FirstOrDefault();
context.Users.FirstOrDefault();
context.SaveChanges();
}