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 ea28b69 commit 54a2e99Copy full SHA for 54a2e99
com.unity.netcode.gameobjects/TestHelpers/Runtime/NetcodeIntegrationTest.cs
@@ -2046,7 +2046,7 @@ private void InitializeTestConfiguration(NetworkTopologyTypes networkTopologyTyp
2046
2047
// If we are using a distributed authority network topology and the environment variable
2048
// to use the CMBService is set, then perform the m_UseCmbService check.
2049
- if (m_DistributedAuthority && GetServiceEnviromentVariable())
+ if (m_DistributedAuthority && GetServiceEnvironmentVariable())
2050
{
2051
m_UseCmbService = hostOrServer == HostOrServer.DAHost;
2052
// In the event UseCMBService is overridden, we apply the value returned.
0 commit comments