Skip to content

Commit 70818e3

Browse files
Remove empty spaces
1 parent 24b3d69 commit 70818e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ public NetworkSettings GetDefaultNetworkSettings()
519519
sendQueueCapacity: m_MaxPacketQueueSize,
520520
receiveQueueCapacity: m_MaxPacketQueueSize,
521521
heartbeatTimeoutMS: m_HeartbeatTimeoutMS);
522-
522+
523523
// Disable PMTU discovery if using DA, leave it at its default otherwise.
524524
if (OnCurrentTopology() == NetworkTopologyTypes.DistributedAuthority)
525525
{

0 commit comments

Comments
 (0)