Add 'building' help-category to building-menu contrib. Resolve #3355

This commit is contained in:
Griatch 2023-12-20 00:51:22 +01:00
parent 255655dffe
commit 85a0b0940d

View file

@ -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():