We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46bed4 commit 8993ab9Copy full SHA for 8993ab9
src/main/kotlin/com/lambda/client/capeapi/DataClasses.kt
@@ -33,7 +33,7 @@ data class Cape(
33
return this === other
34
|| other is Cape
35
&& other.capeUUID == capeUUID
36
- && other.type == other.type
+ && other.type == type
37
}
38
39
override fun hashCode(): Int {
0 commit comments