diff --git a/changelogs/4.0-snapshot.md b/changelogs/4.0-snapshot.md index d8d617fa1..d7e32b613 100644 --- a/changelogs/4.0-snapshot.md +++ b/changelogs/4.0-snapshot.md @@ -561,6 +561,8 @@ This version features substantial changes to the network system, improving coher - `Player->getPing()`: moved to `NetworkSession` - `Player->getPort()`: moved to `NetworkSession` - `Player->updatePing()`: moved to `NetworkSession` + - `Player->dataPacket()`: replaced by `NetworkSession->sendDataPacket()` + - `Player->sendDataPacket()`: replaced by `NetworkSession->sendDataPacket()` ### Plugin