Continued faction system

This commit is contained in:
Lennart Kampshoff
2018-09-22 16:48:03 +02:00
parent 7255f2850f
commit 40471792d1
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();
}