mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-04-19 19:52:53 +00:00
Forgot newline for release
This commit is contained in:
parent
6bc7f30f19
commit
5f754be07a
@ -41,7 +41,7 @@ void console_print(std::string_view fmt, std::format_args&& args) {
|
|||||||
std::format("Debug:\n {}\nFile: {}\nFunction: {}\n\n", msg,
|
std::format("Debug:\n {}\nFile: {}\nFunction: {}\n\n", msg,
|
||||||
location.file_name(), location.function_name());
|
location.file_name(), location.function_name());
|
||||||
#else
|
#else
|
||||||
const auto line = std::vformat(fmt, args);
|
const auto line = std::vformat(fmt, args) + "\n";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (IsDebuggerPresent()) {
|
if (IsDebuggerPresent()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user