Skip to content

Commit

Permalink
Add null check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 14, 2024
1 parent 19def90 commit 1d539ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private void HandleFinalResult(IResult result)
InventoryController.logger.LogError($"{InventoryController.ID} - Operation critical failure - status mismatch: {Operation.Id} server status: {serverStatus} client status: {localStatus} - {Operation}");
}
}
Callback(OperationResult);
Callback?.Invoke(OperationResult);
}
}

Expand Down

0 comments on commit 1d539ec

Please sign in to comment.