mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-18 06:10:16 +00:00
Merge remote-tracking branch 'origin/master' into dev/7.0-2
This commit is contained in:
@@ -151,7 +151,7 @@ public abstract class AbstractPlatform implements Platform {
|
||||
return Collections.emptySet();
|
||||
}
|
||||
|
||||
protected void load() {
|
||||
protected InternalAddon load() {
|
||||
if(LOADED.get()) {
|
||||
throw new IllegalStateException(
|
||||
"Someone tried to initialize Terra, but Terra has already initialized. This is most likely due to a broken platform " +
|
||||
@@ -200,6 +200,8 @@ public abstract class AbstractPlatform implements Platform {
|
||||
|
||||
logger.info("Terra addons successfully loaded.");
|
||||
logger.info("Finished initialization.");
|
||||
|
||||
return internalAddon;
|
||||
}
|
||||
|
||||
protected boolean loadConfigPacks() {
|
||||
|
||||
Reference in New Issue
Block a user