Skip to content

Commit 0b74c5d

Browse files
committed
fix: Too-long comment
1 parent 1957631 commit 0b74c5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

authme-core/src/main/java/fr/xephi/authme/settings/properties/RestrictionSettings.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ public final class RestrictionSettings implements SettingsHolder {
150150
@Comment({
151151
"Spawn priority; values: authme, essentials, cmi, multiverse, default, server",
152152
"Use \"server\" to apply the world's spawnRadius gamerule (players land at a random position",
153-
"within the configured radius around the world spawn). Use \"default\" for the exact world spawn."})
153+
"within the configured radius around the world spawn).",
154+
"Use \"default\" for the exact world spawn."})
154155
public static final Property<String> SPAWN_PRIORITY =
155156
newProperty("settings.restrictions.spawnPriority", "authme,essentials,cmi,multiverse,default");
156157

0 commit comments

Comments
 (0)