Skip to content

Commit

Permalink
reverted files that shouldn't have been modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Stan committed Apr 24, 2010
1 parent 69ed1ad commit 730c497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/start_server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import os, sys

xsbs_root_path = '/home/alex/Projects/sauerbraten/mhserver/'
xsbs_root_path = ''
pyscripts_path = ''
xsbs_bin_path = ''

Expand Down
2 changes: 1 addition & 1 deletion src/pyscripts/xsbs/users/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def onSetMaster(cn, givenhash):
def setSimpleMaster(cn):
p = player(cn)
if sbserver.publicServer() == 1:
sbserver.playerMessage(cn, error('This is not an open server, you need AUTH or master privileges to get master.'))
sbserver.playerMessage(cn, error('This is not an open server, you need auth or master privileges to get master.'))
return
if currentAdmin() != None:
sbserver.playerMessage(cn, error('Admin is present'))
Expand Down

0 comments on commit 730c497

Please sign in to comment.