Skip to content

Commit 258870d

Browse files
committed
Fixed logging typo
1 parent bf29d19 commit 258870d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/MonoBehaviours/Core/NetworkingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private void OnValidate()
181181

182182
if (!NetworkConfig.EnableSceneSwitching && NetworkConfig.HandleObjectSpawning)
183183
{
184-
if (LogHelper.CurrentLogLevel <= LogLevel.Normal) LogHelper.LogWarning("Please be aware that Scene objects are NOT supported if SceneManagement is turned on, even if HandleObjectSpawning is turned on");
184+
if (LogHelper.CurrentLogLevel <= LogLevel.Normal) LogHelper.LogWarning("Please be aware that Scene objects are NOT supported if SceneManagement is turned off, even if HandleObjectSpawning is turned on");
185185
}
186186

187187
if (NetworkConfig.HandleObjectSpawning)

0 commit comments

Comments
 (0)