File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -319,14 +319,15 @@ stock void PlayerRunCmd
319
319
(
320
320
/*
321
321
make sure client isnt using a spin bind
322
- Note from the future - this probably doesn't cause any actual false detections anymore, so we can probably remove it and be fine.
323
- -sappho 3/9/25
324
322
( buttons & IN_LEFT | buttons & IN_RIGHT )
323
+
324
+ Note from the future - this probably doesn't cause any actual false detections anymore, so we can probably remove it and be fine.
325
+ -sappho 3/9/25
325
326
*/
326
327
// make sure we're not lagging and that cmdnum is saneish
327
- || IsUserLagging (cl , /* checkcmdnum = */ true )
328
+ IsUserLagging (cl , /* checkcmdnum = */ true )
328
329
)
329
- // if any of these things are true , don't check angles etc
330
+ // if we're lagging , don't check angles.
330
331
{
331
332
return ;
332
333
}
You can’t perform that action at this time.
0 commit comments