Skip to content

Commit e604f9a

Browse files
committed
Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI
2 parents 9ea58b0 + 258870d commit e604f9a

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)