fix to recognise different spelling of FT headsup
This commit is contained in:
		
							parent
							
								
									a4e3d0c514
								
							
						
					
					
						commit
						fb6c5c7ec6
					
				|  | @ -260,7 +260,7 @@ class Fulltilt(HandHistoryConverter): | |||
|                         hand.isRebuy = True | ||||
|                     if special == "KO": | ||||
|                         hand.isKO = True | ||||
|                     if special == "Head's Up": | ||||
|                     if special == "Head's Up" or special == "Heads Up": | ||||
|                         hand.maxSeats = 2 | ||||
|                     if re.search("Matrix", special): | ||||
|                         hand.isMatrix = True | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user