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