修复子弹装填问题

This commit is contained in:
aozhiwei 2021-10-20 17:48:27 +08:00
parent 82f1bdbdc8
commit da8626a1e4

View File

@ -3448,6 +3448,9 @@ void Human::ProcLootSpecItem(AddItemDTO& dto)
((Loot*)entity)->BroadcastFullState(room);
}
need_sync_active_player = true;
if (action_type == AT_None) {
AutoLoadingBullet();
}
return;
}
}