Fixed bugs that now allows multiple sessions to connect through the same player to different characters. Still lots of bugs and inconsistencies, the permissions of superusers don't quite transfer sometimes, for example.
This commit is contained in:
parent
3aa122c41a
commit
a84b4f24fc
4 changed files with 23 additions and 15 deletions
|
|
@ -934,8 +934,7 @@ class CmdOOC(MuxCommandOOC):
|
|||
old_char.location = None
|
||||
|
||||
# disconnect
|
||||
err = caller.disconnect_character(caller)
|
||||
print "err:", err
|
||||
err = caller.disconnect_character(self.character)
|
||||
caller.msg("\n{GYou go OOC.{n\n")
|
||||
caller.execute_cmd("look")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue