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:36 -05:00
parent 0d66448338
commit 43b32badc4

View file

@ -92,7 +92,7 @@ class Interaction:
return True
for x in battles:
if x['p1'] = player.id:
if x['p1'] == player.id:
return False
return True