Fixed a typo.
This commit is contained in:
@ -120,7 +120,7 @@ public final class Config {
|
||||
.comment("Whether a player's air supply gets refilled.")
|
||||
.define("refillAir", true);
|
||||
POST_WATER_ENABLED = builder
|
||||
.comment("Whether a player receives water breating when in water.")
|
||||
.comment("Whether a player receives water breathing when in water.")
|
||||
.define("waterEnabled", false);
|
||||
POST_WATER_DURATION = builder
|
||||
.comment("Water breathing duration in seconds.")
|
||||
|
||||
Reference in New Issue
Block a user