remove this, why not

This commit is contained in:
JohnCorby 2022-01-29 01:39:45 -08:00
parent faeec86304
commit 1f2ccfe6db

View File

@ -16,11 +16,6 @@ namespace QSB.MeteorSync.WorldObjects
if (QSBCore.IsHost)
{
LeashLength = Random.Range(MeteorManager.WhiteHoleVolume._debrisDistMin, MeteorManager.WhiteHoleVolume._debrisDistMax);
// UnityEvents.FireOnNextUpdate(() =>
// {
// AttachedObject._integrity = 0;
// AttachedObject.CallOnTakeDamage();
// });
}
}