Skip to content

Commit

Permalink
reverted motd too
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Stan committed Apr 24, 2010
1 parent 730c497 commit cf87d65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyscripts/Motd/motd.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

def greet(cn):
sbserver.playerMessage(cn, motdstring)
sbserver.playerMessage(cn, "publicserver: "+str(sbserver.publicServer()))

config = PluginConfig('motd')
motdstring = config.getOption('Config', 'template', '${orange}Welcome to a ${red}XSBS ${orange}server')
Expand Down

0 comments on commit cf87d65

Please sign in to comment.