diff --git a/evennia/game_template/world/help_entries.py b/evennia/game_template/world/help_entries.py index 927888b170..88460b64f0 100644 --- a/evennia/game_template/world/help_entries.py +++ b/evennia/game_template/world/help_entries.py @@ -55,13 +55,4 @@ HELP_ENTRY_DICTS = [ """, }, - { - "key": "building", - "category": "building", - "text": """ - Evennia comes with a bunch of default building commands. You can - find a beginner tutorial in the Evennia documentation. - - """, - }, ]