1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-18 10:39:44 -05:00
parent 5fda5a630b
commit 59c5baa598

View file

@ -11,7 +11,7 @@ def battlingOff(player1 = None, player2 = None):
battling = config.getContent('battling')
del battling[player1]
config.saveContent('battling',battling)
else if player2 is not None:
elif player2 is not None:
battling = config.getContent('battling')
for p1_id,p2_id in battling:
if p2_id = player2: