1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

possible improvements for game interface rcon operations

This commit is contained in:
RaidMax
2022-10-13 13:51:34 -05:00
parent 38becc5266
commit 9cc3733db7
3 changed files with 19 additions and 31 deletions

View File

@ -147,7 +147,7 @@ namespace IW4MAdmin.Application.RConParsers
{
GetDvarAsync<string>(connection, dvarName, token: token).ContinueWith(action =>
{
if (action.Exception is null && !action.IsCanceled)
if (action.IsCompletedSuccessfully)
{
callback?.Invoke(new AsyncResult
{