Skip to content

Commit

Permalink
client: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Sep 24, 2023
1 parent 6d5b5a9 commit f56887d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/events/RPCEvent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ static js::Event serverScriptRpcAnswer(alt::CEvent::Type::SERVER_SCRIPT_RPC_ANSW
{
auto e = static_cast<const alt::CServerScriptRPCAnswerEvent*>(ev);

args.Set("player", e->GetTarget());
args.Set("answerID", e->GetAnswerID());

const alt::MValueArgs& answerArgs = e->GetAnswer();
Expand Down

0 comments on commit f56887d

Please sign in to comment.