- added missing newline to scriptstat CCMD output

This commit is contained in:
alexey.lysiuk 2019-05-11 11:07:29 +03:00 committed by Rachael Alexanderson
parent 6343ddfc11
commit 97045ae8b2

View file

@ -10454,7 +10454,7 @@ CCMD (scriptstat)
{
for (auto Level : AllLevels())
{
Printf("Script status for %s", Level->MapName.GetChars());
Printf("Script status for %s\n", Level->MapName.GetChars());
if (Level->ACSThinker == nullptr)
{
Printf("No scripts are running.\n");