Clean up default config

This commit is contained in:
dfsek
2020-10-25 15:31:38 -07:00
parent 6197f287ca
commit eb3ff1bc83
111 changed files with 104 additions and 231 deletions

View File

@@ -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 {