Byteflux / CombatTagPlus

Stop those dirty combat loggers!
17 stars 72 forks source link

Fix Health Boost Health Duplication. #107

Closed badbones69 closed 7 years ago

badbones69 commented 7 years ago

This fixed the health duplication for the health boost potion effect. Because the health boost effect adds to your max health it will get detected in the player.getMaxHealth() method. When a player was to combat log with the effect it would duplicate their health every time because of this.

Techcable commented 7 years ago

Excellent work! I'll clean this up and merge it ASAP 🎉

badbones69 commented 7 years ago

@Techcable where you going to merge it? XD

Techcable commented 7 years ago

Whoops, I forgot 😳

Techcable commented 7 years ago

I merged this by hand in 23779b1fdc4b7c283213560294625f1f6caead60, not sure why it's still open.

badbones69 commented 7 years ago

Strange lol.