修复备用弹夹的子弹数量没刷新问题

This commit is contained in:
aozhiwei 2021-09-10 02:38:22 +00:00
parent 1f685fbfe0
commit fb9c08148d

View File

@ -3404,6 +3404,7 @@ void Human::ProcLootSpecItem(AddItemDTO& dto)
((Loot*)entity)->count -= add_num;
((Loot*)entity)->BroadcastFullState(room);
}
need_sync_active_player = true;
return;
}
}