fix crafting msg traceback
This commit is contained in:
parent
a1023ebc7e
commit
334bfaefad
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ class CraftingRecipeBase:
|
||||||
**kwargs: Any optional properties relevant to this send.
|
**kwargs: Any optional properties relevant to this send.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.crafter.msg(message, {"type": "crafting"})
|
self.crafter.msg(text=(message, {"type": "crafting"}))
|
||||||
|
|
||||||
def pre_craft(self, **kwargs):
|
def pre_craft(self, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue