Add 'building' help-category to building-menu contrib. Resolve #3355
This commit is contained in:
parent
255655dffe
commit
85a0b0940d
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,6 @@ from inspect import getfullargspec
|
||||||
from textwrap import dedent
|
from textwrap import dedent
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
||||||
from evennia import CmdSet, Command
|
from evennia import CmdSet, Command
|
||||||
from evennia.commands import cmdhandler
|
from evennia.commands import cmdhandler
|
||||||
from evennia.utils.ansi import strip_ansi
|
from evennia.utils.ansi import strip_ansi
|
||||||
|
|
@ -1259,6 +1258,7 @@ class GenericBuildingCmd(Command):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
key = "@edit"
|
key = "@edit"
|
||||||
|
help_category = "Building"
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
if not self.args.strip():
|
if not self.args.strip():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue