Fixed issue with OOC command sending the menu to all connected sessions of a player.
This commit is contained in:
parent
ad7d8fc9fd
commit
65328e94ff
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ class CmdOOC(MuxPlayerCommand):
|
||||||
# disconnect
|
# disconnect
|
||||||
if player.unpuppet_object(sessid):
|
if player.unpuppet_object(sessid):
|
||||||
self.msg("\n{GYou go OOC.{n\n")
|
self.msg("\n{GYou go OOC.{n\n")
|
||||||
player.execute_cmd("look")
|
player.execute_cmd("look", sessid=sessid)
|
||||||
else:
|
else:
|
||||||
raise RuntimeError("Could not unpuppet!")
|
raise RuntimeError("Could not unpuppet!")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue