mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 16:49:10 +00:00
44625f7280
The 'getMethod' method in the Invoker wrapper did only check the descriptor of the parameters. To ensure that the right method is returned, the full method desc must be used. The return desc (the 'desc' element in the hooks file) is still optional, but should be used to avoid conflicts.