mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
renable weapon name in anticheat snapshot list
update migrations for unique index fix missing total connection time include total connection time in get client query
This commit is contained in:
@ -45,7 +45,7 @@ namespace WebfrontCore.Middleware
|
||||
}
|
||||
}
|
||||
|
||||
public async Task<string> Invoke(string original)
|
||||
public Task<string> Invoke(string original)
|
||||
{
|
||||
foreach (var color in ColorReplacements)
|
||||
{
|
||||
@ -57,7 +57,7 @@ namespace WebfrontCore.Middleware
|
||||
}
|
||||
}
|
||||
|
||||
return original;
|
||||
return Task.FromResult(original);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user