mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-08 11:51:35 +01:00
Fix outdated error message
This commit is contained in:
parent
a1d3eb5e26
commit
1ee23d4398
@ -92,7 +92,7 @@ public class HolographicDisplays extends FCommonsPlugin {
|
||||
try {
|
||||
nmsManager = NMSVersion.getCurrent().createNMSManager(errorCollector);
|
||||
} catch (UnknownVersionException e) {
|
||||
throw new PluginEnableException("Holographic Displays only supports Spigot from 1.8 to 1.17.");
|
||||
throw new PluginEnableException("Holographic Displays only supports Spigot from 1.8 to 1.18.");
|
||||
} catch (OutdatedVersionException e) {
|
||||
throw new PluginEnableException("Holographic Displays only supports " + e.getMinimumSupportedVersion() + " and above.");
|
||||
} catch (Throwable t) {
|
||||
|
Loading…
Reference in New Issue
Block a user