mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Fix Issue 118.
This commit is contained in:
parent
8aa22fbec8
commit
09bf394284
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from django.conf import settings
|
|||
from src.permissions.permissions import has_perm, has_perm_string
|
||||
from src.objects.models import ObjectDB, ObjAttribute
|
||||
from game.gamesrc.commands.default.muxcommand import MuxCommand
|
||||
from src.utils import create, utils
|
||||
from src.utils import create, utils, debug
|
||||
|
||||
class ObjManipCommand(MuxCommand):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue