I changed a method call without looking at the implications. super.processDeath would re-invoke the unmapped method, whereas super.d would call the super method.
21 KiB
21 KiB
I changed a method call without looking at the implications. super.processDeath would re-invoke the unmapped method, whereas super.d would call the super method.