- 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
1 changed files with 1 additions and 1 deletions

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");