Correct spawner import in contrib
This commit is contained in:
parent
9717b1b3b6
commit
5ec9fd4991
1 changed files with 91 additions and 91 deletions
|
|
@ -70,7 +70,7 @@ from random import randint
|
|||
from evennia import DefaultCharacter, Command, default_cmds, DefaultScript
|
||||
from evennia.commands.default.muxcommand import MuxCommand
|
||||
from evennia.commands.default.help import CmdHelp
|
||||
from evennia.utils.spawner import spawn
|
||||
from evennia.prototypes.spawner import spawn
|
||||
from evennia import TICKER_HANDLER as tickerhandler
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue