aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmcwrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcwrapper b/mcwrapper
index 3b77992..b260d6f 100755
--- a/mcwrapper
+++ b/mcwrapper
@@ -99,7 +99,7 @@ def __server_start__():
global statusFile
statusFile = conf.status + '/status'
with open(statusFile, 'w') as f:
- f.write(__STATUSSTRINGS__[1])
+ f.write(__STATUSSTRINGS__[1] + '\n')
global playersFile
playersFile = conf.status + '/players'
with open(playersFile, 'w') as f: