mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 django.conf import settings
|
||||
|
||||
from evennia import CmdSet, Command
|
||||
from evennia.commands import cmdhandler
|
||||
from evennia.utils.ansi import strip_ansi
|
||||
|
|
@ -1259,6 +1258,7 @@ class GenericBuildingCmd(Command):
|
|||
"""
|
||||
|
||||
key = "@edit"
|
||||
help_category = "Building"
|
||||
|
||||
def func(self):
|
||||
if not self.args.strip():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue