Removed warning on changing protection range mid-game.

This commit is contained in:
tastybento 2020-07-16 07:35:06 -07:00
parent 00b37a0264
commit 763b039b03
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class Settings implements WorldSettings {
@ConfigComment("Default protection range radius in blocks. Cannot be larger than distance.")
@ConfigComment("Admins can change protection sizes for players individually using /bsbadmin range set <player> <new range>")
@ConfigComment("or set this permission: bskyblock.island.range.<number>")
@ConfigEntry(path = "world.protection-range", needsReset = true)
@ConfigEntry(path = "world.protection-range")
private int islandProtectionRange = 50;
@ConfigComment("Start islands at these coordinates. This is where new islands will start in the")