mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed some calls in the main program.
This commit is contained in:
parent
f1457d13f8
commit
a3a3081cde
1 changed files with 2 additions and 3 deletions
|
|
@ -277,9 +277,8 @@ def init_game_directory(path):
|
|||
|
||||
# check all dependencies
|
||||
from evennia.utils.utils import check_evennia_dependencies
|
||||
if not check_evennia_
|
||||
|
||||
|
||||
if not check_evennia_dependencies:
|
||||
sys.exit()
|
||||
|
||||
# test existence of settings module
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue