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.
2 parents 65c9075 + 3e7f96b commit 2e5750cCopy full SHA for 2e5750c
MLAPI/Configuration/NetworkConfig.cs
@@ -344,7 +344,7 @@ public ulong GetConfig(bool cache = true)
344
writer.WriteUInt16Packed(ProtocolVersion);
345
writer.WriteString(MLAPIConstants.MLAPI_PROTOCOL_VERSION);
346
347
- if (!AllowRuntimeSceneChanges)
+ if (EnableSceneManagement && !AllowRuntimeSceneChanges)
348
{
349
for (int i = 0; i < RegisteredScenes.Count; i++)
350
0 commit comments