haus system auf core geändert
This commit is contained in:
@@ -23,6 +23,6 @@ namespace ReallifeGamemode.Server.Core.Commands
|
||||
Log = LogManager.GetLogger(this.GetType());
|
||||
}
|
||||
|
||||
protected DatabaseContext GetDbContext() => Main.GetDbContext();
|
||||
protected DatabaseContext GetDbContext(bool useLoggerFactory = true) => Main.GetDbContext(useLoggerFactory);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user