Update
This commit is contained in:
parent
c482eb52d3
commit
81d831d519
@ -45,7 +45,6 @@ namespace SkinHide.Utils
|
|||||||
var ilGen = dmd.GetILGenerator();
|
var ilGen = dmd.GetILGenerator();
|
||||||
|
|
||||||
Type[] parameterTypes;
|
Type[] parameterTypes;
|
||||||
|
|
||||||
int num;
|
int num;
|
||||||
|
|
||||||
if (!method.IsStatic)
|
if (!method.IsStatic)
|
||||||
@ -90,7 +89,6 @@ namespace SkinHide.Utils
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (method.IsStatic || !virtualCall)
|
if (method.IsStatic || !virtualCall)
|
||||||
{
|
{
|
||||||
ilGen.Emit(OpCodes.Call, method);
|
ilGen.Emit(OpCodes.Call, method);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user