!no build

This commit is contained in:
Jules 2022-01-04 20:16:25 +01:00
parent ebba5babfe
commit f9cf16f609

View File

@ -97,6 +97,7 @@ public class MMOCore extends LuminePlugin {
public void load() { public void load() {
// Check if the ML build matches // Check if the ML build matches
if (MYTHICLIB_COMPATIBILITY_INDEX != MythicLib.MMOCORE_COMPATIBILITY_INDEX) { if (MYTHICLIB_COMPATIBILITY_INDEX != MythicLib.MMOCORE_COMPATIBILITY_INDEX) {
getLogger().log(Level.WARNING, "Your versions of MythicLib and MMOCore do not match. Make sure you are using the latest builds of both plugins"); getLogger().log(Level.WARNING, "Your versions of MythicLib and MMOCore do not match. Make sure you are using the latest builds of both plugins");