[ci skip] update changelog

This commit is contained in:
Dylan K. Taylor 2019-08-20 15:52:50 +01:00
parent 6b22f68674
commit ea374f5c37

View File

@ -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