invert this duck autogain nsl boolean

This commit is contained in:
rtldg 2022-01-29 15:29:43 +00:00
parent d335ec7262
commit 26dfdcc927
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#endif #endif
#define _shavit_core_included #define _shavit_core_included
#define SHAVIT_VERSION "3.1.2" #define SHAVIT_VERSION "3.1.3a"
#define STYLE_LIMIT 256 #define STYLE_LIMIT 256
#define SHAVIT_LOG_QUERIES 0 #define SHAVIT_LOG_QUERIES 0

View File

@ -138,7 +138,7 @@ stock Action ObliviousOnPlayerRunCmd(int client, int& buttons, int& impulse, flo
float frac = 1.0; float frac = 1.0;
if (buttons & IN_DUCK && !no_speed_loss) if (buttons & IN_DUCK && no_speed_loss)
frac = 0.34; frac = 0.34;
float _addspeed = 0.0; float _addspeed = 0.0;