mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-24 08:56:46 +00:00
fix history bug
This commit is contained in:
@@ -161,6 +161,7 @@ static void ProcessCompositeInput() {
|
|||||||
CInputBuff = ConsoleHistory.at(ConsoleHistoryReadIndex);
|
CInputBuff = ConsoleHistory.at(ConsoleHistoryReadIndex);
|
||||||
} else {
|
} else {
|
||||||
CInputBuff = "";
|
CInputBuff = "";
|
||||||
|
ConsoleHistoryReadIndex = ConsoleHistory.size();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user