File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
spigot/src/main/java/org/dynmap/bukkit Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ allprojects {
4141 apply plugin : ' java'
4242
4343 group = ' us.dynmap'
44- version = ' 3.7-beta-11 '
44+ version = ' 3.7-SNAPSHOT '
4545
4646}
4747
Original file line number Diff line number Diff line change 1+ /build /
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ else if (v.contains("(MC: 1.21.6") || v.contains("(MC: 1.21.7") || v.contains("(
5858 else if (v .contains ("(MC: 1.21.9)" ) || v .contains ("(MC: 1.21.10)" )) {
5959 BukkitVersionHelper .helper = loadVersionHelper ("org.dynmap.bukkit.helper.v121_10.BukkitVersionHelperSpigot121_10" );
6060 }
61- else if (v .contains ("(MC: 1.21.11) " )) {
61+ else if (v .contains ("(MC: 1.21." )) { // Set up in case 1.21.12 works 'as is'
6262 BukkitVersionHelper .helper = loadVersionHelper ("org.dynmap.bukkit.helper.v121_11.BukkitVersionHelperSpigot121_11" );
6363 }
6464 else if (v .contains ("(MC: 1.20)" ) || v .contains ("(MC: 1.20.1)" )) {
You can’t perform that action at this time.
0 commit comments