From f7c8a4bd7e3bd42a9748c192c1ab4005433f7535 Mon Sep 17 00:00:00 2001 From: lowercasebtw Date: Thu, 6 Aug 2026 00:30:58 -0400 Subject: [PATCH] Fix double registering of pets --- src/main/kotlin/org/polyfrost/polyplus/client/PolyPlusClient.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/org/polyfrost/polyplus/client/PolyPlusClient.kt b/src/main/kotlin/org/polyfrost/polyplus/client/PolyPlusClient.kt index bca8a4f..bd9fb68 100644 --- a/src/main/kotlin/org/polyfrost/polyplus/client/PolyPlusClient.kt +++ b/src/main/kotlin/org/polyfrost/polyplus/client/PolyPlusClient.kt @@ -135,7 +135,6 @@ object PolyPlusClient { //? if >= 1.21.1 step("pet entities") { PetEntities.register() } - PetEntities.register() //? if >= 1.21.1 EmoteWheelKeybind.register()