remove whitespace

This commit is contained in:
Mister_Nebula 2021-07-07 23:07:36 +01:00
parent d98e14ee11
commit f350123c07

View File

@ -113,7 +113,6 @@ namespace QSB.Syncs
DebugLog.ToConsole($"Warning - For {_logName}, AttachedObject's ({AttachedObject.name}) parent is not the same as ReferenceTransform! " +
$"({AttachedObject.transform.parent} v {ReferenceTransform.name})" +
$"Did you try to manually reparent AttachedObject?", MessageType.Error);
}
UpdateTransform();