- Fixed missing linebreak in 'currentpos' error message.
This commit is contained in:
parent
c99a051a2a
commit
0cff443945
1 changed files with 1 additions and 1 deletions
|
|
@ -1144,7 +1144,7 @@ CCMD(currentpos)
|
|||
}
|
||||
else
|
||||
{
|
||||
Printf("You are not in game!");
|
||||
Printf("You are not in game!\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue