Skip to content

Commit

Permalink
Fixed wrong name in event docs (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav-Renz authored and xLuxy committed May 28, 2024
1 parent 2f4a249 commit f4605e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/events/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ alt.on('playerConnect', player => {
The client may only emit data to the server-side with `emitServer` or `emitServerRaw`.
`emitServerRaw` is used for big data and is faster than `emitServer` and `emitServerRaw` only works, if the server is using javascript.

The server-side `onServer` event handlers will automatically receive the player that sent the event as the first argument.
The server-side `onClient` event handlers will automatically receive the player that sent the event as the first argument.

# [Client-side](#tab/tab2-0)
```js
Expand Down

0 comments on commit f4605e6

Please sign in to comment.