diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/fix/client/SpoofClientPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/fix/client/SpoofClientPatch.kt index 4d1819553..0948b3e7c 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/fix/client/SpoofClientPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/fix/client/SpoofClientPatch.kt @@ -188,7 +188,6 @@ object SpoofClientPatch : BaseBytecodePatch( val buildIndex = indexOfBuildInstruction(it) val instructions = it.getInstructions() - // The next IPUT_OBJECT instruction after getting the client model is setting the client model field. instructions.subList( buildIndex - 5, buildIndex,