Add Ban Command

This commit is contained in:
VegaZ
2018-09-25 20:24:30 +02:00
parent 044651f629
commit 3c5ecdd8e4
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();
}
}