Fix typo in evadventure twith_combat's create_combathandler call

This commit is contained in:
Griatch 2023-08-15 09:12:41 +02:00
parent bfe8631b87
commit 5abce1160d
2 changed files with 5 additions and 1 deletions

View file

@ -300,7 +300,7 @@ class _BaseTwitchCombatCommand(Command):
raise InterruptCommand()
EvAdventureCombatTwitchHandler.get_or_create_combathandler(
target, combathandler_key=combathandler_key
target, key=combathandler_key
)
return EvAdventureCombatTwitchHandler.get_or_create_combathandler(self.caller)