This commit is contained in:
Christoph Oelckers 2020-01-23 19:14:21 +01:00
commit 0cb5658d41

View file

@ -437,7 +437,7 @@ void PutStringInfo(PLAYERp pp, const char *string)
if (!hud_messages) if (!hud_messages)
return; return;
Printf(PRINT_MEDIUM|PRINT_NOTIFY, "%s", string); // Put it in the console too Printf(PRINT_MEDIUM|PRINT_NOTIFY, "%s\n", string); // Put it in the console too
if (hud_messages == 1) PutStringInfoLine(pp, string); if (hud_messages == 1) PutStringInfoLine(pp, string);
} }