Changed documentation for RegainReason.REGEN ENUM to reflect latest code.

This commit is contained in:
EvilSeph 2011-09-20 21:13:26 -04:00
parent 8068859828
commit 2b1f4b6382

View File

@ -60,7 +60,7 @@ public class EntityRegainHealthEvent extends EntityEvent implements Cancellable
public enum RegainReason {
/**
* When a player regains health from regenerating due to Peaceful mode (spawn-monsters=false)
* When a player regains health from regenerating due to Peaceful mode (difficulty=0)
*/
REGEN,
/**