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 5fdeaab commit fcf3622Copy full SHA for fcf3622
com.unity.netcode.gameobjects/Tests/Runtime/TestHelpers/NetcodeIntegrationTestHelpers.cs
@@ -197,7 +197,7 @@ internal static string GetCMBServiceEnvironentVariable()
197
#if USE_CMB_SERVICE
198
return "true";
199
#else
200
- return Environment.GetEnvironmentVariable("USE_CMB_SERVICE") ?? "true";
+ return Environment.GetEnvironmentVariable("USE_CMB_SERVICE") ?? "false";
201
#endif
202
}
203
0 commit comments