Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix NoHitDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsen84 committed Aug 3, 2023
1 parent b20e520 commit 9ae678e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agent/src/main/kotlin/io/github/nilsen84/lcqt/Transformer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class Transformer(private val patches: List<Patch>): ClassFileTransformer {
protectionDomain: ProtectionDomain?,
classfileBuffer: ByteArray
): ByteArray? = runCatching {
if(!className.startsWith("com/moonsworth/lunar/")) return null

val cn = ClassNode()
val cr = ClassReader(classfileBuffer)
cr.accept(cn, 0)
Expand Down

0 comments on commit 9ae678e

Please sign in to comment.