1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Correct syntax error

This commit is contained in:
Phxntxm 2017-05-01 15:46:59 -05:00
parent 43b32badc4
commit 86a8d57666

View file

@ -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