Fixed many path-related issues, getting closing to getting the server to boot.
This commit is contained in:
parent
0c9bf08c5a
commit
33a42d06c5
15 changed files with 130 additions and 75 deletions
|
|
@ -54,7 +54,6 @@ create_message = None
|
|||
lockfuncs = None
|
||||
tickerhandler = None
|
||||
logger = None
|
||||
utils = None
|
||||
gametime = None
|
||||
ansi = None
|
||||
spawn = None
|
||||
|
|
@ -125,7 +124,6 @@ def init():
|
|||
from locks import lockfuncs
|
||||
from scripts.tickerhandler import TICKER_HANDLER as tickerhandler
|
||||
from utils import logger
|
||||
from utils import utils
|
||||
from utils import gametime
|
||||
from utils import ansi
|
||||
from utils.spawner import spawn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue