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