Stop nosuchmethoderrors being thrown by dumb vanilla to api stuff

This commit is contained in:
Lucas
2019-06-20 23:19:02 +02:00
parent 1a54fc4711
commit 1fa656ce2d
2 changed files with 3 additions and 8 deletions

View File

@@ -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()
)
);
}