diff --git a/r5dev/gameui/IConsole.cpp b/r5dev/gameui/IConsole.cpp index c52af454..af3fbe54 100644 --- a/r5dev/gameui/IConsole.cpp +++ b/r5dev/gameui/IConsole.cpp @@ -574,7 +574,7 @@ void CConsole::ProcessCommand(string svCommand) } } - m_vHistory.push_back(string(svCommand)); + m_vHistory.push_back(svCommand); m_Logger.m_bScrollToBottom = true; }