修复子弹装填问题
This commit is contained in:
parent
82f1bdbdc8
commit
da8626a1e4
@ -3448,6 +3448,9 @@ void Human::ProcLootSpecItem(AddItemDTO& dto)
|
|||||||
((Loot*)entity)->BroadcastFullState(room);
|
((Loot*)entity)->BroadcastFullState(room);
|
||||||
}
|
}
|
||||||
need_sync_active_player = true;
|
need_sync_active_player = true;
|
||||||
|
if (action_type == AT_None) {
|
||||||
|
AutoLoadingBullet();
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user