Add warning

This commit is contained in:
libraryaddict 2021-05-20 03:44:45 +12:00
parent f0448e6afc
commit d38d4ad1be

View File

@ -76,6 +76,8 @@ public class WatcherSanitizer {
throw new IllegalStateException("Why is LibsDisguisesVersioning already active? Did the server owner do something.. Weird?");
}
LibsDisguises.getInstance().getLogger().info("Due to issues with Java 16, you may notice harmless errors saying plugin loaded another plugin that isnt a soft depend or so on");
FakePluginCreator fakePluginCreator = new FakePluginCreator();
String ourVers = fakePluginCreator.getOurVersion();