Skip to content

Commit a650806

Browse files
committed
hotfix
1 parent a4e102a commit a650806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/shared/swarm/rd_inventory_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3808,7 +3808,7 @@ namespace ReactiveDropInventory
38083808
if ( bKilled && pTarget && pTarget->IsInhabitableNPC() )
38093809
s_RD_Inventory_Manager.IncrementStrangePropertyOnEquippedItems( assert_cast<CASW_Inhabitable_NPC*>( pTarget ), 5007, 0, 0, false );
38103810

3811-
if ( !pAttacker && !pTarget )
3811+
if ( !pAttacker || !pTarget )
38123812
return;
38133813

38143814
if ( bKilled && pWeapon

0 commit comments

Comments
 (0)