summaryrefslogtreecommitdiff
path: root/src/unittest/test_world/do_not_remove.txt
Commit message (Collapse)AuthorAge
* Inventory: Send dirty lists where appropriate (#8742)SmallJoker2019-08-24
This change reduces the amount of sent data towards clients. Inventory lists that are already known to the player are skipped, saving quite some data over time. Raises protocol version to 38 to ensure correct backwards-compatible code.