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