mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
fix typo
This commit is contained in:
parent
12540f3a2c
commit
feea26dea7
@ -253,7 +253,7 @@ public class TerraFabricPlugin implements TerraPlugin, ModInitializer {
|
|||||||
if(config.isDebugProfiler()) profiler.start();
|
if(config.isDebugProfiler()) profiler.start();
|
||||||
|
|
||||||
if(!addonRegistry.loadAll(getClass().getClassLoader())) {
|
if(!addonRegistry.loadAll(getClass().getClassLoader())) {
|
||||||
throw new IllegalStateException("Failed to load addons. Please correct com.dfsek.terra.addon installations to continue.");
|
throw new IllegalStateException("Failed to load addons. Please correct addon installations to continue.");
|
||||||
}
|
}
|
||||||
logger.info("Loaded addons.");
|
logger.info("Loaded addons.");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user