|
|
|
@ -774,9 +774,12 @@ open class Session : RealmObject(), SessionInterface, Manageable, StaticRowRepre |
|
|
|
} catch (e: Exception) { |
|
|
|
} catch (e: Exception) { |
|
|
|
null |
|
|
|
null |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} else if (value is Game?) { |
|
|
|
|
|
|
|
game = value |
|
|
|
} else if (value == null) { |
|
|
|
} else if (value == null) { |
|
|
|
limit = null |
|
|
|
limit = null |
|
|
|
game = null |
|
|
|
game = null |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
SessionRow.INITIAL_BUY_IN -> tournamentEntryFee = if (value == null) null else (value as String).toDouble() |
|
|
|
SessionRow.INITIAL_BUY_IN -> tournamentEntryFee = if (value == null) null else (value as String).toDouble() |
|
|
|
|