mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-02 01:50:06 -05:00
Pad space between keyword and paren
This commit is contained in:
@ -82,7 +82,7 @@ sound_ent_cleanup()
|
||||
|
||||
is_jetgun_firing()
|
||||
{
|
||||
if(!self attackButtonPressed())
|
||||
if (!self attackButtonPressed())
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user