This commit is contained in:
aozhiwei 2023-01-04 19:15:14 +08:00
parent 11e91fda61
commit 5134533e6f

View File

@ -883,6 +883,7 @@ void Bullet::ProcNormalBullet(BulletCheckResult& result)
if (need_remove) {
if (IsFlyHook()) {
if (!hited) {
result.flyed_distance = raycast_len_;
sender.Get()->IncDisableMoveTimes();
sender.Get()->IncDisableAttackDirTimes();
auto sender_p = sender;