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",
"OpType": "Instruction",
"Operand": 1040
"Operand": 1041
},
{
"OpCode": "ldstr",
@ -13604,6 +13604,11 @@
"OpType": "None",
"Operand": null
},
{
"OpCode": "ldarg_0",
"OpType": "None",
"Operand": null
},
{
"OpCode": "ldloc_0",
"OpType": "None",
@ -13612,7 +13617,7 @@
{
"OpCode": "call",
"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",