From 1917a0e8dd9a578bdc32bb8141029aab0e77fac0 Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 8 Mar 2017 21:06:09 +0100 Subject: [PATCH] Network/ENetPeer: Fix fragments handling --- src/Nazara/Network/ENetPeer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nazara/Network/ENetPeer.cpp b/src/Nazara/Network/ENetPeer.cpp index 5407fec35..2a9adfcbf 100644 --- a/src/Nazara/Network/ENetPeer.cpp +++ b/src/Nazara/Network/ENetPeer.cpp @@ -674,7 +674,7 @@ namespace Nz DispatchIncomingReliableCommands(channel); } - return false; + return true; } bool ENetPeer::HandleSendReliable(const ENetProtocol* command, UInt8** data)