- added end line to various messages

so they don't screw up further output anymore
This commit is contained in:
alexey.lysiuk 2018-05-11 18:03:57 +03:00
commit f17f8c9359
11 changed files with 18 additions and 18 deletions

View file

@ -241,7 +241,7 @@ UNSAFE_CCMD(recordmap)
{
if (netgame)
{
Printf("You cannot record a new game while in a netgame.");
Printf("You cannot record a new game while in a netgame.\n");
return;
}
if (argv.argc() > 2)