1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fixes for things that should have been in the previous release

console output reenabled
server start task actually runs
This commit is contained in:
RaidMax
2019-05-09 20:00:00 -05:00
parent b14a5ced52
commit 12785d68ac
4 changed files with 15 additions and 9 deletions

View File

@ -656,9 +656,9 @@ namespace IW4MAdmin.Application
}
}
public Task Start()
public async Task Start()
{
return Task.WhenAll(new[]
await Task.WhenAll(new[]
{
SendHeartbeat(),
UpdateServerStates()