ichttt / FirstAid

A Minecraft Mod that changes the vanilla health system
GNU General Public License v3.0
27 stars 28 forks source link

Add handling for NaN/Positive Infinity damage #190

Closed fonnymunkey closed 1 year ago

fonnymunkey commented 1 year ago

Fixes death desyncs that can be caused by various sources, such as multiplying the damage by itself while a /kill command is being run, resulting in NaN instead of Float.MAX_VALUE.

fonnymunkey commented 1 year ago

Fixes issues such as #178