mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-05 09:17:34 +01:00
Updated Settings to fix typo.
This commit is contained in:
parent
c5ebcb6bd9
commit
86deddf999
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user