mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 03:40:54 +00:00
fixes goofy errors when you died and reset
This commit is contained in:
parent
697f7d54a1
commit
79fb2cfe0b
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user