diff --git a/src/main/kotlin/com/lambda/client/capeapi/DataClasses.kt b/src/main/kotlin/com/lambda/client/capeapi/DataClasses.kt index 5d2fd6b57..11d57a2c4 100644 --- a/src/main/kotlin/com/lambda/client/capeapi/DataClasses.kt +++ b/src/main/kotlin/com/lambda/client/capeapi/DataClasses.kt @@ -33,7 +33,7 @@ data class Cape( return this === other || other is Cape && other.capeUUID == capeUUID - && other.type == other.type + && other.type == type } override fun hashCode(): Int {