mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
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
|
||||
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!")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue