From ea374f5c37334aaf82ceed98ce3619d195a56d4d Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 20 Aug 2019 15:52:50 +0100 Subject: [PATCH] [ci skip] update changelog --- changelogs/4.0-snapshot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelogs/4.0-snapshot.md b/changelogs/4.0-snapshot.md index d8d617fa1d..d7e32b613f 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