|
|
|
@ -52,11 +52,13 @@ class HandSetup { |
|
|
|
if (attached) { |
|
|
|
if (attached) { |
|
|
|
this.session = session |
|
|
|
this.session = session |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (session.endDate == null) { |
|
|
|
|
|
|
|
this.game = session.game // we don't want to force the max number of cards if unsure |
|
|
|
|
|
|
|
} |
|
|
|
this.type = session.sessionType |
|
|
|
this.type = session.sessionType |
|
|
|
this.smallBlind = session.cgSmallBlind |
|
|
|
this.smallBlind = session.cgSmallBlind |
|
|
|
this.bigBlind = session.cgBigBlind |
|
|
|
this.bigBlind = session.cgBigBlind |
|
|
|
this.tableSize = session.tableSize |
|
|
|
this.tableSize = session.tableSize |
|
|
|
this.game = session.game |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var type: Session.Type? = null |
|
|
|
var type: Session.Type? = null |
|
|
|
|