mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix caller reference in doc. Resolve #2296.
This commit is contained in:
parent
8ea4bafe91
commit
8a7ebf992b
2 changed files with 3 additions and 2 deletions
|
|
@ -206,7 +206,7 @@ class CmdTestMenu(Command):
|
|||
|
||||
def func(self):
|
||||
|
||||
EvMenu(caller, "world.mymenu")
|
||||
EvMenu(self.caller, "world.mymenu")
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue