mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Fixed bug where in several occasions 'm_bSuggestActive' would be true while we have nothing to suggest. * Fixed bug where using the submit button in the console would not invoke the logic behind 'm_bModifyInput' in the text edit callback, but instead, being cleared within the scope of the submit button. * Properly erase the ConVar past the ' ' or ';' character instead of null terminating it.