Fix typo in evadventure twith_combat's create_combathandler call
This commit is contained in:
parent
bfe8631b87
commit
5abce1160d
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## Main branch
|
||||
|
||||
- Fix: Typo in evadventure twitch combat's call of `create_combathandler`.
|
||||
|
||||
## Evennia 2.2.0
|
||||
|
||||
Aug 6, 2023
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue