mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-15 08:40:02 -05:00
[F] Fix null
This commit is contained in:
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
Block a user