Include Minecraft 1.18 as supported version

Still needs some testing but the next release should fully support Minecraft 1.18
This commit is contained in:
Christian Koop 2021-12-09 22:17:20 +01:00
parent 3b3378c555
commit cfaa1379bf
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -129,7 +129,7 @@ public class SkyBlock extends SongodaPlugin {
@Override
public void onPluginEnable() {
if (ServerVersion.isServerVersionAbove(ServerVersion.V1_17) || ServerVersion.isServerVersionBelow(ServerVersion.V1_8)) {
if (ServerVersion.isServerVersionAbove(ServerVersion.V1_18) || ServerVersion.isServerVersionBelow(ServerVersion.V1_8)) {
this.getLogger().warning("This Minecraft version is not officially supported.");
}