Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/maxnumberplayers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Boss Room provides one example of how to handle limiting the number of players t
1111
Boss Room provides an example of such delegate
1212

1313
```csharp reference
14-
https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Assets/Scripts/Gameplay/ConnectionManagement/ServerGameNetPortal.css#L176
14+
https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Assets/Scripts/Gameplay/ConnectionManagement/ServerGameNetPortal.cs#L176
1515
```
1616
1717
The code below shows an example of an over-capacity check that would prevent more than a certain pre-defined number of players from connecting.

0 commit comments

Comments
 (0)