Living: drop useless knockBack() parameters, closes #2634

This commit is contained in:
Dylan K. Taylor
2019-07-02 19:52:51 +01:00
parent b0a85155d7
commit 206b397ee1
3 changed files with 4 additions and 3 deletions

View File

@ -152,6 +152,7 @@ This version features substantial changes to the network system, improving coher
- The following methods have signature changes:
- `Entity->entityBaseTick()` is now `protected`.
- `Entity->move()` is now `protected`.
- `Living->knockBack()` now accepts `float, float, float` (the first two parameters have been removed).
- The following classes have been removed:
- `Creature`
- `Damageable`