fix crafting msg traceback

This commit is contained in:
InspectorCaracal 2024-03-29 12:49:19 -06:00 committed by GitHub
parent a1023ebc7e
commit 334bfaefad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,7 +237,7 @@ class CraftingRecipeBase:
**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):
"""