[+] Counter measure

This commit is contained in:
Azalea
2024-04-03 08:08:02 -04:00
parent 501bf06ada
commit 355c9e2a3d
7 changed files with 25 additions and 11 deletions

View File

@@ -39,8 +39,11 @@ class Card(
var aquaUser: AquaNetUser? = null,
// Whether the card is a ghost card
@Column(name = "is_ghost")
var isGhost: Boolean = false,
// Unfortunately some people decide to cheat and upload all perfect scores :(
// This will not affect gameplay behavior, but will hide the user from ranking
var rankingBanned: Boolean = false,
) {
@Suppress("unused") // Used by serialization
val isLinked get() = aquaUser != null