mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- added missing newline to scriptstat CCMD output
This commit is contained in:
parent
7957c423aa
commit
e1b1df5ec3
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue