Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
125 stars 101 forks source link

fix: player combat level calculation was not updated on client #118

Closed prebaked closed 5 years ago

prebaked commented 5 years ago

When a player's combat level changed, the right click settings were not updated to reflect the new level differences between the player and other entities.

What has been done?

The server now sends an appearance block update request on combat level changed events

prebaked commented 5 years ago

Credits to Polar for this fix.