Skip to content

Commit

Permalink
fix: Fixed RPC messaging response not being processed
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Jun 4, 2019
1 parent 276c709 commit 4b0936e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MLAPI/Messaging/InternalMessageHandler.cs
Expand Up @@ -577,8 +577,6 @@ internal static void HandleServerRPCResponse(ulong clientId, Stream stream)
if (ResponseMessageManager.ContainsKey(responseId))
{
RpcResponseBase responseBase = ResponseMessageManager.GetByKey(responseId);

if (responseBase.ClientId != clientId) return;

ResponseMessageManager.Remove(responseId);

Expand Down

0 comments on commit 4b0936e

Please sign in to comment.