Change maximum supported version to 1.17.

This commit is contained in:
Fernando Pettinelli 2021-07-18 01:44:55 -04:00
parent 81f687780e
commit bea1d2d945
1 changed files with 1 additions and 1 deletions

View File

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