Add missing ModularCarGarage arg to OnVehicleModuleDeselected

This commit is contained in:
Luke Spragg 2020-10-25 15:30:05 -04:00
parent cf7c158f58
commit 218cf02be5
1 changed files with 7 additions and 2 deletions

View File

@ -13592,7 +13592,7 @@
{ {
"OpCode": "brfalse_s", "OpCode": "brfalse_s",
"OpType": "Instruction", "OpType": "Instruction",
"Operand": 1040 "Operand": 1041
}, },
{ {
"OpCode": "ldstr", "OpCode": "ldstr",
@ -13604,6 +13604,11 @@
"OpType": "None", "OpType": "None",
"Operand": null "Operand": null
}, },
{
"OpCode": "ldarg_0",
"OpType": "None",
"Operand": null
},
{ {
"OpCode": "ldloc_0", "OpCode": "ldloc_0",
"OpType": "None", "OpType": "None",
@ -13612,7 +13617,7 @@
{ {
"OpCode": "call", "OpCode": "call",
"OpType": "Method", "OpType": "Method",
"Operand": "Oxide.Core|Oxide.Core.Interface|CallHook(System.String,System.Object,System.Object)" "Operand": "Oxide.Core|Oxide.Core.Interface|CallHook(System.String,System.Object,System.Object,System.Object)"
}, },
{ {
"OpCode": "pop", "OpCode": "pop",