diff --git a/deob-bytecode/src/main/kotlin/org/openrs2/deob/bytecode/analysis/IntValueSet.kt b/deob-bytecode/src/main/kotlin/org/openrs2/deob/bytecode/analysis/IntValueSet.kt index a72d802d..33b5d50e 100644 --- a/deob-bytecode/src/main/kotlin/org/openrs2/deob/bytecode/analysis/IntValueSet.kt +++ b/deob-bytecode/src/main/kotlin/org/openrs2/deob/bytecode/analysis/IntValueSet.kt @@ -22,7 +22,7 @@ public sealed class IntValueSet { } } - public object Unknown : IntValueSet() { + public data object Unknown : IntValueSet() { override val singleton: Int? get() = null