diff --git a/src/Ext/Bullet/Hooks.cpp b/src/Ext/Bullet/Hooks.cpp index 5879c5f6e1..9fac6d7c26 100644 --- a/src/Ext/Bullet/Hooks.cpp +++ b/src/Ext/Bullet/Hooks.cpp @@ -253,7 +253,7 @@ DEFINE_HOOK(0x46A4FB, BulletClass_Shrapnel_Targeting, 0x6) } } - else if (!pOwner->IsAlliedWith(pObject)) + else if (pOwner->IsAlliedWith(pObject)) { return SkipObject; }