mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
dice: fix typo in message
This commit is contained in:
parent
54531fdc3b
commit
b06520e1ea
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue