mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed a lingering traceback pointing to a defunct method in guest code. THIS resolves #703.
This commit is contained in:
parent
94778f1c44
commit
c20a23a3d4
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ class DefaultGuest(DefaultPlayer):
|
|||
MULTISESSION_MODE we're in. They don't get a choice.
|
||||
"""
|
||||
self._send_to_connect_channel("{G%s connected{n" % self.key)
|
||||
self._go_ic_at_login(sessid=sessid)
|
||||
self.puppet_object(sessid, self.db._last_puppet)
|
||||
|
||||
def at_disconnect(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue