renamed totalRebuys/AddOns to totalRebuyCount/AddOnCount

This commit is contained in:
steffen123
2010-06-21 16:45:15 +02:00
parent d83c68d578
commit e6fd3afbba
4 changed files with 22 additions and 21 deletions
+2 -2
View File
@@ -582,8 +582,8 @@ class Fulltilt(HandHistoryConverter):
"PRIZEPOOL" : "prizepool",
"REBUY_AMOUNT" : "rebuyAmount",
"ADDON_AMOUNT" : "addOnAmount",
"REBUY_TOTAL" : "totalRebuys",
"ADDONS_TOTAL" : "totalAddOns",
"REBUY_TOTAL" : "totalRebuyCount",
"ADDONS_TOTAL" : "totalAddOnCount",
"REBUY_CHIPS" : "rebuyChips",
"ADDON_CHIPS" : "addOnChips",
"STARTTIME" : "starttime",