mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 15:20:41 +00:00
Merge branch 'rc-v3.0.1' into rc-v3.1.0
This commit is contained in:
@@ -424,10 +424,6 @@ TConsole::TConsole() {
|
||||
mCommandline.set_history_limit(20);
|
||||
mCommandline.set_prompt("> ");
|
||||
BackupOldLog();
|
||||
bool success = mCommandline.enable_write_to_file("Server.log");
|
||||
if (!success) {
|
||||
beammp_error("unable to open file for writing: \"Server.log\"");
|
||||
}
|
||||
mCommandline.on_command = [this](Commandline& c) {
|
||||
try {
|
||||
auto cmd = c.get_command();
|
||||
|
||||
Reference in New Issue
Block a user