1
This commit is contained in:
parent
8bf2110e74
commit
06f28083e1
@ -1568,7 +1568,8 @@ void CallFuncBuff::Shot()
|
||||
fly_distance,
|
||||
owner->GetCurrWeapon()->weapon_uniid,
|
||||
0,
|
||||
on_bullet_exit);
|
||||
on_bullet_exit,
|
||||
duration);
|
||||
} else {
|
||||
InternalShot(owner,
|
||||
owner->GetCurrWeapon()->meta,
|
||||
@ -1577,7 +1578,8 @@ void CallFuncBuff::Shot()
|
||||
0,
|
||||
owner->GetCurrWeapon()->weapon_uniid,
|
||||
0,
|
||||
on_bullet_exit);
|
||||
on_bullet_exit,
|
||||
duration);
|
||||
}
|
||||
if (force_client_report) {
|
||||
owner->GetAbility()->DecSwitch(kForceClientReportBullet);
|
||||
|
Loading…
x
Reference in New Issue
Block a user