mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-09 21:38:09 -05:00
Fix projectile angles of projectile weapons with no rotation
This commit is contained in:
@ -147,6 +147,7 @@ betty_watch()
|
||||
|
||||
if (weapname == "bouncingbetty_zm")
|
||||
{
|
||||
betty.angles = (0, betty.angles[1], 0);
|
||||
betty.owner = self;
|
||||
betty.team = self.team;
|
||||
self notify("zmb_enable_betty_prompt");
|
||||
|
Reference in New Issue
Block a user