.BANCHO. .FIX. Fix leave match right after joining
This commit is contained in:
parent
17a8636de7
commit
48925c58c0
|
@ -19,6 +19,7 @@ def joinMatch(userToken, matchID, password, isPasswordHashed = False):
|
|||
userToken.stopSpectating()
|
||||
|
||||
# Leave other matches
|
||||
if userToken.matchID > -1 and userToken.matchID != matchID:
|
||||
userToken.partMatch()
|
||||
|
||||
# Get usertoken data
|
||||
|
|
Loading…
Reference in New Issue
Block a user