Skip to content

Commit

Permalink
Add sourceConnection arg to OnSignalBroadcast hook
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBlue committed Dec 6, 2023
1 parent 45c6031 commit acec4a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/Rust.opj
Original file line number Diff line number Diff line change
Expand Up @@ -7821,10 +7821,14 @@
"OpCode": "ldarg_0",
"OpType": "None"
},
{
"OpCode": "ldarg_3",
"OpType": "None"
},
{
"OpCode": "call",
"OpType": "Method",
"Operand": "Oxide.Core|Oxide.Core.Interface|CallHook(System.String,System.Object)"
"Operand": "Oxide.Core|Oxide.Core.Interface|CallHook(System.String,System.Object,System.Object)"
},
{
"OpCode": "ldnull",
Expand Down

0 comments on commit acec4a7

Please sign in to comment.