Rename deprecated MethodPointers to GlobalMethodPointers

This commit is contained in:
Katy Coe
2019-10-16 17:18:43 +02:00
parent 3345d4566a
commit 38e04b72b7
3 changed files with 9 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ namespace Il2CppInspector.Reflection
// Global method pointer array
if (pkg.Version < 24.1) {
VirtualAddress = pkg.MethodPointers[Definition.methodIndex];
VirtualAddress = pkg.GlobalMethodPointers[Definition.methodIndex];
}
// Per-module method pointer array uses the bottom 24 bits of the method's metadata token