docs: Fix for incorrect keyword name in the onPacket event

This commit is contained in:
AURUMVORXX
2024-11-13 10:42:20 +03:00
parent 1a96861fb7
commit c6946aa19a

View File

@@ -6,7 +6,7 @@ Original: [onPacket](https://gothicmultiplayerteam.gitlab.io/docs/0.3.0/script-r
## Parameters
* `dict` **kwargs**:
* `int` **playerid**: the id of the player who sent the packet.
* `Packet` **packet**: data sended over network from client side.
* `Packet` **data**: data sended over network from client side.
## Usage
```python