- Fixed missing linebreak in 'currentpos' error message.

This commit is contained in:
Edoardo Prezioso 2016-11-30 20:59:09 +01:00 committed by Christoph Oelckers
parent c99a051a2a
commit 0cff443945
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ CCMD(currentpos)
} }
else else
{ {
Printf("You are not in game!"); Printf("You are not in game!\n");
} }
} }