mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
cleaned up configuration files to use appsettings
This commit is contained in:
@ -247,7 +247,7 @@ namespace StatsPlugin.Helpers
|
||||
|
||||
//statsSvc.KillStatsSvc.Insert(kill);
|
||||
//await statsSvc.KillStatsSvc.SaveChangesAsync();
|
||||
if (attacker.CurrentServer.Config.EnableAntiCheat)
|
||||
if(Manager.GetApplicationSettings().EnableAntiCheat)
|
||||
{
|
||||
async Task executePenalty(Cheat.DetectionPenaltyResult penalty)
|
||||
{
|
||||
|
Reference in New Issue
Block a user