FTP: fix type hand.maxSeats to maxseats
This commit is contained in:
		
							parent
							
								
									94ab295804
								
							
						
					
					
						commit
						6d2de998c8
					
				| 
						 | 
					@ -261,7 +261,7 @@ class Fulltilt(HandHistoryConverter):
 | 
				
			||||||
                    if special == "KO":
 | 
					                    if special == "KO":
 | 
				
			||||||
                        hand.isKO = True
 | 
					                        hand.isKO = True
 | 
				
			||||||
                    if special == "Head's Up" or special == "Heads Up":
 | 
					                    if special == "Head's Up" or special == "Heads Up":
 | 
				
			||||||
                        hand.maxSeats = 2
 | 
					                        hand.maxseats = 2
 | 
				
			||||||
                    if re.search("Matrix", special):
 | 
					                    if re.search("Matrix", special):
 | 
				
			||||||
                        hand.isMatrix = True
 | 
					                        hand.isMatrix = True
 | 
				
			||||||
                    if special == "Shootout":
 | 
					                    if special == "Shootout":
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user