fixes goofy errors when you died and reset

This commit is contained in:
JohnCorby 2021-11-17 03:06:02 -08:00
parent 697f7d54a1
commit 79fb2cfe0b

View File

@ -36,6 +36,10 @@ namespace QSB.MeteorSync.TransformSync
_qsbMeteor = QSBWorldSync.GetWorldFromId<QSBMeteor>(_instances.IndexOf(this));
_qsbMeteor.TransformSync = this;
if (SetAttachedObject() == null)
{
return;
}
base.Init();
SetReferenceTransform(Locator._brittleHollow.transform);
}