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