mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
Improve phrasing of @quit.
This commit is contained in:
parent
52fa4dd60b
commit
4238d26918
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ class CmdQuit(MuxPlayerCommand):
|
|||
player.msg("{RQuitting{n. %i session are still connected." % (nsess-1), sessid=self.sessid)
|
||||
else:
|
||||
# we are quitting the last available session
|
||||
player.msg("{RQuitting{n. Hope to see you soon again.", sessid=self.sessid)
|
||||
player.msg("{RQuitting{n. Hope to see you again, soon.", sessid=self.sessid)
|
||||
player.disconnect_session_from_player(self.sessid)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue