Network/ENetPeer: Fix fragments handling
This commit is contained in:
parent
b2e4296cc7
commit
1917a0e8dd
|
|
@ -674,7 +674,7 @@ namespace Nz
|
|||
DispatchIncomingReliableCommands(channel);
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ENetPeer::HandleSendReliable(const ENetProtocol* command, UInt8** data)
|
||||
|
|
|
|||
Loading…
Reference in New Issue