mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
fix typo
This commit is contained in:
parent
e7c7f45039
commit
6731b3e977
@ -487,7 +487,7 @@ void TConsole::Command_Settings(const std::string&, const std::vector<std::strin
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
beammp_errorf("Unknown argument for cammand 'settings': {}", args.front());
|
beammp_errorf("Unknown argument for command 'settings': {}", args.front());
|
||||||
|
|
||||||
Application::Console().WriteRaw("BeamMP-Server Console: " + std::string(sHelpString));
|
Application::Console().WriteRaw("BeamMP-Server Console: " + std::string(sHelpString));
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user