Import build and paint command modules at startup
This commit is contained in:
parent
9eaca966c8
commit
dde166f89c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue