mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Lots of cleanup and bug fixes. Still some issues with reconnecting to the right location in multisession_mode 0.
This commit is contained in:
parent
e86c127903
commit
9eb1903f02
8 changed files with 73 additions and 83 deletions
|
|
@ -794,6 +794,7 @@ class Character(Object):
|
|||
"""
|
||||
This recovers the character again after having been "stoved away" at disconnect.
|
||||
"""
|
||||
print "char:at_post_login", self
|
||||
if self.db.prelogout_location:
|
||||
# try to recover
|
||||
self.location = self.db.prelogout_location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue