remove db logs

This commit is contained in:
hydrant
2021-05-15 10:18:38 +02:00
parent a2db770316
commit 7ad941cd91
3 changed files with 188 additions and 188 deletions

View File

@@ -55,7 +55,7 @@ namespace ReallifeGamemode.Server.Managers
return;
}
using (var dbContext = new DatabaseContext(true))
using (var dbContext = new DatabaseContext())
{
User u = leader.GetUser(dbContext);
User own = player.GetUser(dbContext);