This commit is contained in:
JohnCorby 2021-11-16 15:27:17 -08:00
parent c899e2aaa6
commit f8e7f868ac

View File

@ -33,7 +33,7 @@ namespace QSB.MeteorSync.Events
LeashLength = qsbFragment.LeashLength
};
if (msg.Integrity <= 0)
if (msg.Integrity <= 0 && qsbFragment.DetachableFragment != null)
{
msg.IsThruWhiteHole = qsbFragment.IsThruWhiteHole;