From dde166f89c2f98bf14eb5378ec2e15c599d147bd Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 14 Feb 2026 19:12:56 -0500 Subject: [PATCH] Import build and paint command modules at startup --- src/mudlib/server.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mudlib/server.py b/src/mudlib/server.py index 3fb05a1..efd9237 100644 --- a/src/mudlib/server.py +++ b/src/mudlib/server.py @@ -15,6 +15,7 @@ from telnetlib3.server_shell import readline2 import mudlib.combat.commands import mudlib.commands +import mudlib.commands.build import mudlib.commands.containers import mudlib.commands.crafting import mudlib.commands.describe @@ -26,6 +27,7 @@ import mudlib.commands.help import mudlib.commands.home import mudlib.commands.look import mudlib.commands.movement +import mudlib.commands.paint import mudlib.commands.play import mudlib.commands.portals import mudlib.commands.power