Refactored and fixed a lot of bugs. Creates the database but still does not properly load the settings file.
This commit is contained in:
parent
c96c5a1fc7
commit
0c9bf08c5a
15 changed files with 150 additions and 80 deletions
|
|
@ -5,7 +5,7 @@ Player that are controlled by the server.
|
|||
"""
|
||||
|
||||
from django.conf import settings
|
||||
from evennia.players.player import DefaultPlayer
|
||||
from evennia.players.players import DefaultPlayer
|
||||
from evennia.scripts.scripts import Script
|
||||
from evennia.commands.command import Command
|
||||
from evennia.commands.cmdset import CmdSet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue