mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Fix variable in example menu function
I changed this while making unit tests and forgot to change it back. Whoops!
This commit is contained in:
parent
f82f629f85
commit
37aef859ed
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ class CmdNameColor(Command):
|
|||
|
||||
def func(self):
|
||||
# This is all you have to do to initialize a menu!
|
||||
init_tree_selection(TEST_MENU, self.caller,
|
||||
init_tree_selection(NAMECOLOR_MENU, self.caller,
|
||||
change_name_color,
|
||||
start_text="Name color options:")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue