Hide "unsupported version" message for 1.16.4

This commit is contained in:
Eric 2021-01-01 18:59:06 +01:00
parent 9e9c509f9b
commit 4fc8194ceb
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ public class ShopChest extends JavaPlugin {
case "v1_15_R1":
case "v1_16_R1":
case "v1_16_R2":
case "v1_16_R3":
break;
default:
debug("Server version not officially supported: " + Utils.getServerVersion() + "!");