Skip to content

Commit c904795

Browse files
committed
Update to suppport core api changes
1 parent 6741c11 commit c904795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/mvplugins/multiverse/signportals/MultiverseSignPortals.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import com.dumptruckman.minecraft.util.Logging;
1111
import org.mvplugins.multiverse.core.MultiverseCoreApi;
1212
import org.mvplugins.multiverse.core.MultiversePlugin;
13-
import org.mvplugins.multiverse.core.config.MVCoreConfig;
13+
import org.mvplugins.multiverse.core.config.CoreConfig;
1414
import org.mvplugins.multiverse.core.inject.PluginServiceLocator;
1515
import org.mvplugins.multiverse.core.inject.PluginServiceLocatorFactory;
1616
import org.mvplugins.multiverse.core.utils.StringFormatter;
@@ -42,7 +42,7 @@ public void onEnable() {
4242

4343
initializeDependencyInjection();
4444
registerEvents();
45-
Logging.setDebugLevel(serviceLocator.getActiveService(MVCoreConfig.class).getGlobalDebug());
45+
Logging.setDebugLevel(serviceLocator.getActiveService(CoreConfig.class).getGlobalDebug());
4646

4747
Logging.log(true, Level.INFO, " Enabled - By %s", StringFormatter.joinAnd(getDescription().getAuthors()));
4848
}

0 commit comments

Comments
 (0)