whoops i was looking at wrong thing for probe

This commit is contained in:
JohnCorby 2021-11-13 23:43:13 -08:00
parent df7bc49236
commit 12c1369c20

View File

@ -33,7 +33,7 @@ namespace QSB.MeteorSync.WorldObjects
public static bool IsSpecialImpact(GameObject go) =>
go == Locator.GetPlayerBody().gameObject || go == Locator.GetProbe().gameObject;
go == Locator.GetPlayerCollider().gameObject || go == Locator.GetProbe()._anchor._collider.gameObject;
public void SpecialImpact()
{