dumpmapthings CCMD: Missing line break after "none".

This commit is contained in:
Blue-Shadow 2015-09-14 17:22:41 +03:00
parent f02b52ef28
commit d7a04b9e98

View file

@ -135,7 +135,7 @@ CCMD (dumpmapthings)
}
else
{
Printf("%6d none", infos[i]->Key);
Printf("%6d none\n", infos[i]->Key);
}
}