Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions MLAPI/Spawning/SpawnManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ internal static NetworkedObject CreateLocalNetworkedObject(bool softCreate, ulon
// SoftSync them by mapping
if (!pendingSoftSyncObjects.ContainsKey(instanceId))
{
// TODO: Fix this message
if (NetworkLog.CurrentLogLevel <= LogLevel.Error) NetworkLog.LogError("Cannot find pending soft sync object. Is the projects the same?");
if (NetworkLog.CurrentLogLevel <= LogLevel.Error) NetworkLog.LogError($"Cannot find pending SoftSync object [InstanceID={ instanceId }]. Are the projects the same?");
return null;
}

Expand Down