Open
Description
Is there an existing issue for this?
- I have searched the existing issues
π Describe the bug
Pagination#update
doesn't update computed pagination, tho Pagination#forceUpdate
works
βοΈ Expected behavior
Pagination#update
should update computed pagination
π£ Steps to Reproduce
Call update
on a computed Pagination
π» Platform
- Bukkit
- Sponge
- Other
β Server Version
1.21.4
π Library Version
3.2.0
βοΈ Additional context
also checking
isComputed
in this line would work, but I'm not sure if that would be a correct implementation