mirror of https://github.com/bmgjet/Oxide.Rust.git
Add missing ModularCarGarage arg to OnVehicleModuleDeselected
This commit is contained in:
parent
cf7c158f58
commit
218cf02be5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue