Enable classic chatbox controls by default

This commit is contained in:
iZePlayzYT 2025-09-27 20:42:41 +02:00
parent 2decea5693
commit 9138125c8a

View file

@ -132,7 +132,7 @@ unsigned int configRumbleStrength = 50;
unsigned int configGamepadNumber = 0; unsigned int configGamepadNumber = 0;
bool configBackgroundGamepad = true; bool configBackgroundGamepad = true;
bool configDisableGamepads = false; bool configDisableGamepads = false;
bool configUseStandardKeyBindingsChat = false; bool configUseStandardKeyBindingsChat = true;
bool configSmoothScrolling = false; bool configSmoothScrolling = false;
// free camera settings // free camera settings
bool configEnableFreeCamera = false; bool configEnableFreeCamera = false;