SPEC-7469 Fixed EditorServerInfo packet serialization
This commit is contained in:
@@ -205,6 +205,7 @@ namespace AzNetworking
|
||||
NetworkInputSerializer serializer(buffer.GetBuffer(), buffer.GetCapacity());
|
||||
if (!const_cast<IPacket&>(packet).Serialize(serializer))
|
||||
{
|
||||
AZ_Assert(false, "SendReliablePacket: Unable to serialize packet [Type: %d]", packet.GetPacketType());
|
||||
return false;
|
||||
}
|
||||
buffer.Resize(serializer.GetSize());
|
||||
|
||||
Reference in New Issue
Block a user