This mod puts "returnvoid" to disable the "update" method in many classes (HitEffect, etc..)
What i dont dont understand is ....how the hell it works, because according to the code , update should return a "BOOLEAN"
Code:
refid "_-1Oa:ExplosionEffect/instance/update"
param QName(PackageNamespace("", "#0"), "int")
param QName(PackageNamespace("", "#0"), "int")
returns QName(PackageNamespace("", "#0"), "Boolean")
"returnvoid" and.. boolean?
I was expecting "push(true|false) and returnvalue"..
FYI , Auto hacks updater work great, i added all hacks except :
20.0.0_equipSwap
20.0.0_eventNotifier
20.0.0_friendlist
20.0.0_fsv2 > THIS one will probably makes me lose my sanity
20.0.0_passesCover
20.0.0_redupart >working on it, its the reason of my question
20.0.0_teleportFix
20.0.0_tradeDelay