Network/ENetPeer: Fix fragments handling

This commit is contained in:
Lynix 2017-03-08 21:06:09 +01:00
parent b2e4296cc7
commit 1917a0e8dd
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ namespace Nz
DispatchIncomingReliableCommands(channel);
}
return false;
return true;
}
bool ENetPeer::HandleSendReliable(const ENetProtocol* command, UInt8** data)