everything else
This commit is contained in:
@@ -90,7 +90,7 @@ class InjectInvoker
|
||||
obfuscatedName = m.getName();
|
||||
}
|
||||
|
||||
String garbage = DeobAnnotations.getObfuscatedValue(m);
|
||||
String garbage = DeobAnnotations.getDecoder(m);
|
||||
Method otherm = other.findMethod(obfuscatedName, inject.getMethodSignature(m));
|
||||
|
||||
assert otherm != null;
|
||||
|
||||
@@ -110,7 +110,7 @@ public class ScriptVM
|
||||
*/
|
||||
final String scriptObName = DeobAnnotations.getObfuscatedName(inject.getDeobfuscated().findClass("Script").getAnnotations());
|
||||
|
||||
final Method runScript = findStaticMethod(vanilla, "copy$runScript0");
|
||||
final Method runScript = findStaticMethod(vanilla, "copy$runScript");
|
||||
final Method vmExecuteOpcode = findStaticMethod(vanilla, "vmExecuteOpcode");
|
||||
|
||||
final Field scriptInstructions = findDeobField(inject, "opcodes");
|
||||
|
||||
Reference in New Issue
Block a user