mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 16:27:26 +08:00
[F] Fix null
This commit is contained in:
@@ -154,8 +154,10 @@ class UserDetail(
|
|||||||
@Transient
|
@Transient
|
||||||
var cmLastEmoneyCredit: Int = 69,
|
var cmLastEmoneyCredit: Int = 69,
|
||||||
var mapStock: Int = 0,
|
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 {
|
) : Serializable, IGenericUserData {
|
||||||
override val totalScore: Long
|
override val totalScore: Long
|
||||||
get() = totalDeluxscore
|
get() = totalDeluxscore
|
||||||
|
|||||||
Reference in New Issue
Block a user