mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
ev was missing a line causing default admin commands to not be included. Resolves Issue 270.
This commit is contained in:
parent
28912a4c99
commit
d32cf37820
1 changed files with 1 additions and 0 deletions
1
ev.py
1
ev.py
|
|
@ -194,6 +194,7 @@ class DefaultCmds(object):
|
|||
self.__dict__.update(dict([(c.__name__, c) for c in cmdlist]))
|
||||
|
||||
from src.commands.default import admin, batchprocess, building, comms, general, help, system, unloggedin
|
||||
add_cmds(admin)
|
||||
add_cmds(building)
|
||||
add_cmds(batchprocess)
|
||||
add_cmds(building)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue