mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
invert this duck autogain nsl boolean
This commit is contained in:
parent
d335ec7262
commit
26dfdcc927
@ -23,7 +23,7 @@
|
||||
#endif
|
||||
#define _shavit_core_included
|
||||
|
||||
#define SHAVIT_VERSION "3.1.2"
|
||||
#define SHAVIT_VERSION "3.1.3a"
|
||||
#define STYLE_LIMIT 256
|
||||
|
||||
#define SHAVIT_LOG_QUERIES 0
|
||||
|
||||
@ -138,7 +138,7 @@ stock Action ObliviousOnPlayerRunCmd(int client, int& buttons, int& impulse, flo
|
||||
|
||||
float frac = 1.0;
|
||||
|
||||
if (buttons & IN_DUCK && !no_speed_loss)
|
||||
if (buttons & IN_DUCK && no_speed_loss)
|
||||
frac = 0.34;
|
||||
|
||||
float _addspeed = 0.0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user