Skip to content

Commit

Permalink
* FIX: [Engine] Remove unnecessary override of m_fCondition
Browse files Browse the repository at this point in the history
  • Loading branch information
yohjimane committed Dec 4, 2023
1 parent 08870a0 commit d481995
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xrGame/inventory_item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,6 @@ bool CInventoryItem::net_Spawn(CSE_Abstract* DC)
if (!pSE_InventoryItem)
return TRUE;

//!!!
m_fCondition = pSE_InventoryItem->m_fCondition;

if (GameID() != eGameIDSingle)
object().processing_activate();

Expand Down

0 comments on commit d481995

Please sign in to comment.