From 2dea29b2988a2b0e41d8d94e81e94e8df262ec94 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:39:10 +0900 Subject: [PATCH] chore: remove wrong comment --- .../patches/youtube/utils/fix/client/SpoofClientPatch.kt | 1 - 1 file changed, 1 deletion(-) 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,