mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-09 17:26:07 +00:00
Clean up default config
This commit is contained in:
@@ -65,7 +65,7 @@ public class WorldConfig {
|
||||
|
||||
tConfig = ConfigPack.fromID(configID);
|
||||
|
||||
if(tConfig == null) throw new ConfigException("No such config pack: \"" + configID + "\"", worldID);
|
||||
if(tConfig == null) throw new ConfigException("No such config pack: \"" + configID + "\". This pack either does not exist, or failed to load due to configuration errors.", worldID);
|
||||
|
||||
// Load image stuff
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user