0

Add name of world to some errors

This commit is contained in:
Phoenix616
2020-11-28 14:40:02 +01:00
parent 074a7d23a1
commit 16adb443e0
2 changed files with 2 additions and 2 deletions

View File

@@ -513,7 +513,7 @@ def main():
rset = w.get_regionset(render['dimension'][1])
except IndexError:
logging.error("Sorry, I can't find anything to render! Are you sure there are .mca "
"files in the world directory?")
"files in the world directory of %s?" % render['world'])
return 1
if rset is None: # indicates no such dimension was found
logging.warning("Sorry, you requested dimension '%s' for %s, but I couldn't find it.",