Skip to content

Commit a327bcf

Browse files
committed
Final fixes
1 parent 21ebd5c commit a327bcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Movecraft/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ hangarPublish {
8484
platforms {
8585
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
8686
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
87-
platformVersions.set(listOf("1.20.6", "1.21.1", "1.21.4", "1.21.5", "1.21.8", "1.21.10", "1.21.11", "26.1.2"))
87+
platformVersions.set(listOf("1.20.6", "1.21.1", "1.21.4", "1.21.5", "1.21.8", "1.21.10", "1.21.11", "26.1.2", "26.2"))
8888
}
8989
}
9090
}

v26_2/src/main/java/net/countercraft/movecraft/compat/v26_2/IWorldHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class IWorldHandler extends WorldHandler {
5252

5353
public IWorldHandler() {
5454
String version = Bukkit.getServer().getMinecraftVersion();
55-
if (!version.equals("26.1.2"))
55+
if (!version.equals("26.2"))
5656
throw new IllegalStateException("Movecraft is not compatible with this version of Minecraft: " + version);
5757
}
5858

0 commit comments

Comments
 (0)