mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove extraneous string copy constructor
This commit is contained in:
parent
f887ac509e
commit
f6e0fd8d92
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user