mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-08 18:51:19 +00:00
remove null initialsector warning
This commit is contained in:
parent
0bd60ddb68
commit
0906d5d071
@ -38,10 +38,6 @@ namespace QSB.ItemSync.WorldObjects.Items
|
||||
{
|
||||
InitialSector = QSBWorldSync.GetWorldFromUnity<QSBSector>(initialSector);
|
||||
}
|
||||
else
|
||||
{
|
||||
DebugLog.ToConsole($"Warning - InitialSector of {attachedObject.name} is null!", OWML.Common.MessageType.Warning);
|
||||
}
|
||||
|
||||
if (InitialParent == null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user