Updated Settings to fix typo.

This commit is contained in:
tastybento 2019-07-10 11:56:07 -07:00 committed by GitHub
parent c5ebcb6bd9
commit 86deddf999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ public class Settings implements WorldSettings {
@ConfigEntry(path = "island.deaths.team-join-reset")
private boolean teamJoinDeathReset = true;
@ConfigComment("Reset player death count when they start a new island or reset and island")
@ConfigComment("Reset player death count when they start a new island or reset an island")
@ConfigEntry(path = "island.deaths.reset-on-new-island")
private boolean deathsResetOnNewIsland = true;