Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
plenarius committed Jan 16, 2021
1 parent cae2831 commit 7a8dc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/HTTP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Here's an example of insulting a PC when they enter an area
stInsultGen.oObject = GetEnteringObject();
stInsultGen.sTag = "INSULT_ENTERING_PC";
int nClientRequestId = NWNX_HTTP_Client_SendRequest(stInsultGen);
SetLocalObject(GetModule(), "INSULTED_" + IntToString(nClientRequestId), GetEnteringObject);
SetLocalObject(GetModule(), "INSULTED_" + IntToString(nClientRequestId), GetEnteringObject());
```

Then set up an event:
Expand Down

0 comments on commit 7a8dc62

Please sign in to comment.