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:
@ -656,9 +656,9 @@ namespace IW4MAdmin.Application
|
||||
}
|
||||
}
|
||||
|
||||
public Task Start()
|
||||
public async Task Start()
|
||||
{
|
||||
return Task.WhenAll(new[]
|
||||
await Task.WhenAll(new[]
|
||||
{
|
||||
SendHeartbeat(),
|
||||
UpdateServerStates()
|
||||
|
Reference in New Issue
Block a user