Include Minecraft 1.19 as officially supported version

This commit is contained in:
Christian Koop 2022-07-30 21:27:50 +02:00
parent 362962b452
commit a71e55265d
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_18) || ServerVersion.isServerVersionBelow(ServerVersion.V1_8)) {
if (ServerVersion.isServerVersionAbove(ServerVersion.V1_19) || ServerVersion.isServerVersionBelow(ServerVersion.V1_8)) {
this.getLogger().warning("This Minecraft version is not officially supported.");
}