dice: fix typo in message

This commit is contained in:
moneromooo 2015-01-20 18:00:02 +00:00
parent 54531fdc3b
commit b06520e1ea
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ def Seeds(link,cmd):
return
link.send('Your server seed hash is %s' % str(sh))
if ps == "":
link.send('Your have not set a player seed')
link.send('You have not set a player seed')
else:
link.send('Your player seed hash is %s' % str(ps))