Merge pull request #380 from Blue-Shadow/master

dumpmapthings CCMD: Missing line break after "none".
This commit is contained in:
coelckers 2015-09-14 18:04:26 +02:00
commit b1b8f3a5f9
1 changed files with 1 additions and 1 deletions

View File

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