mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 11:41:10 +00:00
Hide "unsupported version" message for 1.16.4
This commit is contained in:
parent
9e9c509f9b
commit
4fc8194ceb
@ -186,6 +186,7 @@ public class ShopChest extends JavaPlugin {
|
|||||||
case "v1_15_R1":
|
case "v1_15_R1":
|
||||||
case "v1_16_R1":
|
case "v1_16_R1":
|
||||||
case "v1_16_R2":
|
case "v1_16_R2":
|
||||||
|
case "v1_16_R3":
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
debug("Server version not officially supported: " + Utils.getServerVersion() + "!");
|
debug("Server version not officially supported: " + Utils.getServerVersion() + "!");
|
||||||
|
Loading…
Reference in New Issue
Block a user