mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-07-03 01:31:49 +00:00
Forgot newline for release
This commit is contained in:
@ -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()) {
|
||||||
|
Reference in New Issue
Block a user