mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
updated portuguese translation
fixed issue with locale when no config present changed kick color on webfront aliased owner to iamgod (for b3 familiar users) hopefully fixed stats issue added T5M (V2 BO2) support made dvar grab at beginning minimal to prevent throttling on older CODS
This commit is contained in:
@ -92,10 +92,14 @@ namespace IW4MAdmin.Application
|
||||
|
||||
public void UpdateStatus(object state)
|
||||
{
|
||||
var taskList = new List<Task>();
|
||||
|
||||
foreach (var server in Servers)
|
||||
{
|
||||
Task.Run(() => server.ProcessUpdatesAsync(new CancellationToken()));
|
||||
taskList.Add(Task.Run(() => server.ProcessUpdatesAsync(new CancellationToken())));
|
||||
}
|
||||
|
||||
Task.WaitAll(taskList.ToArray());
|
||||
}
|
||||
|
||||
public async Task Init()
|
||||
|
Reference in New Issue
Block a user