mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
Storm PSR: fix client side charge shot
This commit is contained in:
parent
97a905c839
commit
ed35b59f37
@ -638,6 +638,15 @@ set_client_dvars()
|
||||
self setClientDvar("r_dof_enable", 0);
|
||||
self setClientDvar("r_lodBiasRigid", -1000);
|
||||
self setClientDvar("r_lodBiasSkinned", -1000);
|
||||
|
||||
if (level.script == "zm_transit")
|
||||
{
|
||||
self setClientDvar("bg_chargeShotMaxBulletsInQueue", 5);
|
||||
}
|
||||
else
|
||||
{
|
||||
self setClientDvar("bg_chargeShotMaxBulletsInQueue", 3);
|
||||
}
|
||||
}
|
||||
|
||||
set_perks()
|
||||
|
Loading…
x
Reference in New Issue
Block a user