Skip to content

Commit c4957dd

Browse files
committed
Typo
1 parent b6eea1b commit c4957dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/src/main/java/net/elytrium/limboapi/Settings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ public static class MAIN {
7373
public boolean LOGGING_ENABLED = true;
7474
@Comment({
7575
"Change the parameters below, if you want to reduce the RAM consumption.",
76-
"If you want to completely block Minecraft versions, use VelocityTools (https://github.com/Elytrium/VelocityTools/releases/latest).",
76+
"Use VelocityTools to completely block Minecraft versions (https://github.com/Elytrium/VelocityTools/releases/latest).",
7777
"Available versions:",
7878
"1_7_2, 1_7_6, 1_8, 1_9, 1_9_1, 1_9_2, 1_9_4, 1_10, 1_11, 1_11_1, 1_12, 1_12_1, 1_12_2,",
7979
"1_13, 1_13_1, 1_13_2, 1_14, 1_14_1, 1_14_2, 1_14_3, 1_14_4, 1_15, 1_15_1, 1_15_2,",
80-
"1_16, 1_16_1, 1_16_2, 1_16_3, 1_16_4, 1_17, 1_17_1, 1_18, 1_18_2, 1_19, 1_19_1, LATEST"
80+
"1_16, 1_16_1, 1_16_2, 1_16_3, 1_16_4, 1_17, 1_17_1, 1_18, 1_18_2, 1_19, 1_19_1, 1_19_3, LATEST"
8181
})
8282
public String PREPARE_MIN_VERSION = "1_7_2";
8383
public String PREPARE_MAX_VERSION = "LATEST";

0 commit comments

Comments
 (0)