- added missing newline to scriptstat CCMD output

This commit is contained in:
alexey.lysiuk 2019-05-11 11:07:29 +03:00
parent 7957c423aa
commit e1b1df5ec3

View file

@ -10454,7 +10454,7 @@ CCMD (scriptstat)
{ {
for (auto Level : AllLevels()) 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) if (Level->ACSThinker == nullptr)
{ {
Printf("No scripts are running.\n"); Printf("No scripts are running.\n");