chore: remove wrong comment

This commit is contained in:
inotia00 2024-07-27 17:39:10 +09:00
parent 175c18cc34
commit 2dea29b298

View File

@ -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,