fix methodhooks

This commit is contained in:
Lucwousin
2019-10-29 22:28:24 +01:00
parent c4e6e21fac
commit f0214b39d4
5 changed files with 191 additions and 243 deletions

View File

@@ -68,7 +68,7 @@ public class Injection extends InjectData implements InjectTaskHandler
// inject(new HidePlayerAttacks(this));
new InjectorValidator(this).validate();
validate(new InjectorValidator(this));
}
public void save(File outputJar) throws IOException