Skip to content

Commit a098736

Browse files
style
Removing white spaces.
1 parent a658931 commit a098736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Core/NetworkBehaviour.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ internal bool IsBehaviourEditable()
542542
var networkManager = m_NetworkObject.NetworkManager;
543543

544544
// Only the authority can MODIFY. So allow modification if network is either not running or we are the authority.
545-
return !networkManager.IsListening ||
545+
return !networkManager.IsListening ||
546546
((networkManager.DistributedAuthorityMode && m_NetworkObject.IsOwner) || (!networkManager.DistributedAuthorityMode && networkManager.IsServer));
547547
}
548548

0 commit comments

Comments
 (0)