Fixed issue with OOC command sending the menu to all connected sessions of a player.

This commit is contained in:
Kelketek 2013-05-18 19:30:47 -05:00
parent ad7d8fc9fd
commit 65328e94ff

View file

@ -297,7 +297,7 @@ class CmdOOC(MuxPlayerCommand):
# disconnect
if player.unpuppet_object(sessid):
self.msg("\n{GYou go OOC.{n\n")
player.execute_cmd("look")
player.execute_cmd("look", sessid=sessid)
else:
raise RuntimeError("Could not unpuppet!")