docs: Fix for incorrect keyword name in the onPacket event
This commit is contained in:
@@ -6,7 +6,7 @@ Original: [onPacket](https://gothicmultiplayerteam.gitlab.io/docs/0.3.0/script-r
|
|||||||
## Parameters
|
## Parameters
|
||||||
* `dict` **kwargs**:
|
* `dict` **kwargs**:
|
||||||
* `int` **playerid**: the id of the player who sent the packet.
|
* `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
|
## Usage
|
||||||
```python
|
```python
|
||||||
|
|||||||
Reference in New Issue
Block a user