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