修复备用弹夹的子弹数量没刷新问题
This commit is contained in:
parent
1f685fbfe0
commit
fb9c08148d
@ -3404,6 +3404,7 @@ void Human::ProcLootSpecItem(AddItemDTO& dto)
|
|||||||
((Loot*)entity)->count -= add_num;
|
((Loot*)entity)->count -= add_num;
|
||||||
((Loot*)entity)->BroadcastFullState(room);
|
((Loot*)entity)->BroadcastFullState(room);
|
||||||
}
|
}
|
||||||
|
need_sync_active_player = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user