mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update readme
add vision average to client stats other stuff
This commit is contained in:
@ -27,7 +27,9 @@ namespace SharedLibraryCore.Database
|
||||
|
||||
public DatabaseContext(DbContextOptions<DatabaseContext> opt) : base(opt) { }
|
||||
|
||||
public DatabaseContext(bool disableTracking = false)
|
||||
public DatabaseContext() { }
|
||||
|
||||
public DatabaseContext(bool disableTracking)
|
||||
{
|
||||
if (disableTracking)
|
||||
{
|
||||
|
Reference in New Issue
Block a user