We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dd12c commit fe3577fCopy full SHA for fe3577f
docs/_docs/getting-started/connection-approval.md
@@ -9,7 +9,7 @@ However, when ConnectionApproval is true you are also required to provide a call
9
```csharp
10
private void Setup()
11
{
12
- NetworkingManager.Singleton.ConnectionApprovalCallback = ApprovalCheck;
+ NetworkingManager.Singleton.ConnectionApprovalCallback += ApprovalCheck;
13
NetworkingManager.Singleton.StartHost();
14
}
15
0 commit comments