hmm do a tiny trace to see what ur client sends to the server when you toggle the option
that's what I tried first. it never showed up.
if($Pref::Input::UseStrafeSteering)
$Pref::Input::UseStrafeSteering = 0;
else
$Pref::Input::UseStrafeSteering = 1;
ServerConnection.transmitSteeringPrefs();
this is what i use
you've saved me.
putting this on a keybind makes it much more enjoyable to test strafe steering so I can stop releasing vehicles that feel like garbage to people who drive with the keyboard
to be clear, port wasn't withholding information on purpose, we just couldn't recall the command. we were looking through serverCmd*, etc.
I find it somewhat annoying that trace(1) doesn't show ServerConnection stuff. though, that might make the log significantly more ridiculous in size.