Add Ban Command

This commit is contained in:
VegaZ
2018-09-25 20:24:30 +02:00
parent b2b9ec05c9
commit 28942dfe5f
6 changed files with 47 additions and 3 deletions

View File

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