Drakulix / ScrollsModLoader

A Mod Loader Framework for the game "Scrolls" by Mojang
www.scrollsguide.com/summoner
GNU Lesser General Public License v2.1
15 stars 9 forks source link

`super.something()` does not invoke hooks #15

Open MaPePeR opened 10 years ago

MaPePeR commented 10 years ago

When a subclass calls a method on the base class the Hooks on the base-class-method are not executed. (Probably caused by LinFu)

Drakulix commented 10 years ago

can you create a little example mod on that specific problem? that should not happen, but I do not really have the time to try that out myself. just make a hook that logs something or similar, please.

Am 20.01.2014 um 18:15 schrieb MaPePeR notifications@github.com:

When a subclass calls a method on the base class the Hooks on the base-class-method are not executed. (Probably caused by LinFu)

— Reply to this email directly or view it on GitHub.