mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 12:45:36 +00:00
fix history bug
This commit is contained in:
parent
85edadb6e4
commit
cdd9ef86ae
@ -161,6 +161,7 @@ static void ProcessCompositeInput() {
|
|||||||
CInputBuff = ConsoleHistory.at(ConsoleHistoryReadIndex);
|
CInputBuff = ConsoleHistory.at(ConsoleHistoryReadIndex);
|
||||||
} else {
|
} else {
|
||||||
CInputBuff = "";
|
CInputBuff = "";
|
||||||
|
ConsoleHistoryReadIndex = ConsoleHistory.size();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user