Fixed a lingering traceback pointing to a defunct method in guest code. THIS resolves #703.

This commit is contained in:
Griatch 2015-03-12 20:33:40 +01:00
parent 94778f1c44
commit c20a23a3d4

View file

@ -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):
"""