mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed a trailing whitespace.
This commit is contained in:
parent
c0a5156c70
commit
e343576292
1 changed files with 1 additions and 1 deletions
|
|
@ -1235,7 +1235,7 @@ class DefaultAccount(with_metaclass(TypeclassBase, AccountDB)):
|
|||
|
||||
|
||||
"""
|
||||
reason = f" ({reason if reason else ''})"
|
||||
reason = f" ({reason if reason else ''})"
|
||||
self._send_to_connect_channel(f"|R{self.key} disconnected{reason}|n")
|
||||
|
||||
def at_post_disconnect(self, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue