mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix null
parent
e7643f3894
commit
043537a7b4
|
@ -154,8 +154,10 @@ class UserDetail(
|
|||
@Transient
|
||||
var cmLastEmoneyCredit: Int = 69,
|
||||
var mapStock: Int = 0,
|
||||
var currentPlayCount: Int = 0,
|
||||
var renameCredit: Int = 0
|
||||
|
||||
// TODO: Make these non-nullable with default value
|
||||
var currentPlayCount: Int? = 0,
|
||||
var renameCredit: Int? = 0
|
||||
) : Serializable, IGenericUserData {
|
||||
override val totalScore: Long
|
||||
get() = totalDeluxscore
|
||||
|
|
Loading…
Reference in New Issue