cleanup references to bootstrap & mixin services

This commit is contained in:
mworzala 2021-12-18 11:49:14 -05:00 committed by TheMode
parent d8fd80d02d
commit a328eebc7d
4 changed files with 1 additions and 4 deletions

View File

@ -279,7 +279,7 @@ public class ExtensionManager {
try {
jarClass = Class.forName(mainClass, true, loader);
} catch (ClassNotFoundException e) {
LOGGER.error("Could not find main class '{}' in extension '{}'. If it is, be sure to run your server using Bootstrap#bootstrap",
LOGGER.error("Could not find main class '{}' in extension '{}'.",
mainClass, extensionName, e);
return null;
}

View File

@ -1 +0,0 @@
net.minestom.server.extras.selfmodification.mixins.GlobalPropertyServiceMinestom

View File

@ -1 +0,0 @@
net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestom

View File

@ -1 +0,0 @@
net.minestom.server.extras.selfmodification.mixins.MixinServiceMinestomBootstrap