Recognize v24 metadata from later Unity 2018 versions ("24.1")
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Il2CppInspector.Reflection
|
||||
if (Definition.methodIndex >= 0) {
|
||||
|
||||
// Global method pointer array
|
||||
if (pkg.Version < 24.1) {
|
||||
if (pkg.Version <= 24.1) {
|
||||
VirtualAddress = pkg.GlobalMethodPointers[Definition.methodIndex];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user