Stop nosuchmethoderrors being thrown by dumb vanilla to api stuff
This commit is contained in:
@@ -192,7 +192,7 @@ public class InjectHookMethod
|
||||
new net.runelite.asm.pool.Method(
|
||||
new net.runelite.asm.pool.Class(vanillaMethod.getClassFile().getName()),
|
||||
hookMethod.getName(),
|
||||
signature
|
||||
hookMethod.getDescriptor()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user