mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-05 23:36:23 +00:00
Fix crashing when port checking, remove debug prints
This commit is contained in:
@@ -140,7 +140,7 @@ static void ProcessCompositeInput() {
|
||||
if (CompositeInput.size() == 2 && memcmp(CompositeInput.data(), std::array<char, 2> { 91, 65 }.data(), 2) == 0) {
|
||||
#endif // WIN32
|
||||
// UP ARROW
|
||||
info(std::to_string(ConsoleHistoryReadIndex));
|
||||
// info(std::to_string(ConsoleHistoryReadIndex));
|
||||
if (!ConsoleHistory.empty()) {
|
||||
if (ConsoleHistoryReadIndex != 0) {
|
||||
ConsoleHistoryReadIndex -= 1;
|
||||
|
||||
Reference in New Issue
Block a user