1
0
Fork 0
mirror of synced 2024-05-24 14:29:39 +12:00

Use the correct defaulted battles

This commit is contained in:
Phxntxm 2017-08-07 13:59:37 -05:00
parent 7fd4cb5abe
commit ff60827bdf

View file

@ -276,7 +276,7 @@ class Interaction:
if settings.get('default_battles'):
msgs = custom_msgs + battle_outcomes
else:
msgs = custom_msgs
msgs = battle_outcomes
# Otherwise we simply just want to use the default, no matter what the default setting is
else:
msgs = battle_outcomes