Skip to content

Commit f19a7b9

Browse files
committed
Fix maxnumberplayers documentation Note
1 parent 200ea59 commit f19a7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Documentation~/basics/maxnumberplayers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if( m_Portal.NetManager.ConnectedClientsIds.Count >= CharSelectData.k_MaxLobbyPl
2121
}
2222
```
2323

24-
> [!NOTE]
24+
> [!NOTE]
2525
> In connection approval delegate, Netcode for GameObjects doesn't support sending anything more than a Boolean back.
2626
2727
<!-- Commenting this out until we can get external code references working

0 commit comments

Comments
 (0)