mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-06 19:18:07 +01:00
Fix paper not supported message
This commit is contained in:
parent
41644b2ac9
commit
0e53b1f41d
@ -123,7 +123,7 @@ public void onEnable()
|
||||
|
||||
private boolean checkMcVersion()
|
||||
{
|
||||
if ((MCVersion.isNewerThan(MCVersion.MC_NMS_1_20_R4) || MCVersion.is(MCVersion.UNKNOWN)))
|
||||
if ((MCVersion.isNewerThan(MCVersion.MC_NMS_1_20_R3) || MCVersion.is(MCVersion.UNKNOWN)) && ServerType.isPaperCompatible())
|
||||
{
|
||||
getLogger().warning("Minepacks is not yet compatible with Paper 1.20.5 and up!");
|
||||
getLogger().warning("To use this plugin please switch to spigot or wait for an update.");
|
||||
|
Loading…
Reference in New Issue
Block a user