Skip to content

Commit

Permalink
Update CSharpResource.cpp (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst authored Jun 20, 2019
1 parent 168457b commit c997431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/CSharpResource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ CSharpResource::CSharpResource(alt::IServer* server, CoreClr* coreClr, alt::IRes
reinterpret_cast<void**>(&OnRemoveCheckpointDelegate));
coreClr->GetDelegate(server, runtimeHost, domainId, "AltV.Net", "AltV.Net.ModuleWrapper",
"OnCreateVoiceChannel",
reinterpret_cast<void**>(&OnCreateCheckpointDelegate));
reinterpret_cast<void**>(&OnCreateVoiceChannelDelegate));
coreClr->GetDelegate(server, runtimeHost, domainId, "AltV.Net", "AltV.Net.ModuleWrapper",
"OnRemoveVoiceChannel",
reinterpret_cast<void**>(&OnRemoveCheckpointDelegate));
Expand Down

0 comments on commit c997431

Please sign in to comment.