mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Fixed a trailing whitespace.
This commit is contained in:
parent
7b829a8d87
commit
80d09e1b6f
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