From ff60827bdf0a97a2cebbec61ede275093e97eb0c Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Mon, 7 Aug 2017 13:59:37 -0500 Subject: [PATCH] Use the correct defaulted battles --- cogs/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/interaction.py b/cogs/interaction.py index e46d5f9..fb6e85f 100644 --- a/cogs/interaction.py +++ b/cogs/interaction.py @@ -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