From 86a8d576662f064370e5a57658749493a4796204 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Mon, 1 May 2017 15:46:59 -0500 Subject: [PATCH] Correct syntax error --- cogs/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/interaction.py b/cogs/interaction.py index a6c5219..23484dd 100644 --- a/cogs/interaction.py +++ b/cogs/interaction.py @@ -103,7 +103,7 @@ class Interaction: return True for x in battles: - if x['p2'] = player.id: + if x['p2'] == player.id: return False return True