Skip to content

Commit d481995

Browse files
committed
* FIX: [Engine] Remove unnecessary override of m_fCondition
1 parent 08870a0 commit d481995

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/xrGame/inventory_item.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,6 @@ bool CInventoryItem::net_Spawn(CSE_Abstract* DC)
334334
if (!pSE_InventoryItem)
335335
return TRUE;
336336

337-
//!!!
338-
m_fCondition = pSE_InventoryItem->m_fCondition;
339-
340337
if (GameID() != eGameIDSingle)
341338
object().processing_activate();
342339

0 commit comments

Comments
 (0)