mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-21 15:41:38 +01:00
Fix a harmful javadoc typo (#1372)
Original: kill if health is **> (more)** or equal to 0 and is not yet dead
This commit is contained in:
parent
83011eb903
commit
978a398f64
@ -402,7 +402,7 @@ public class LivingEntity extends Entity implements EquipmentHandler {
|
||||
}
|
||||
|
||||
/**
|
||||
* Changes the entity health, kill it if {@code health} is >= 0 and is not dead yet.
|
||||
* Changes the entity health, kill it if {@code health} is <= 0 and is not dead yet.
|
||||
*
|
||||
* @param health the new entity health
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user