Skip to content

Commit

Permalink
fix rpc answer
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Sep 29, 2023
1 parent 91be63b commit 9b731ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events/CServerScriptRPCAnswerEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace alt
public:
CServerScriptRPCAnswerEvent(uint16_t _answerID, const MValue& _answer, const std::string& _error) :
CEvent(Type::SERVER_SCRIPT_RPC_ANSWER_EVENT),
answerID(_answerID),
answer(_answer),
answerError(_error)
{
Expand Down

0 comments on commit 9b731ea

Please sign in to comment.