0

Added some debug stuff

Hopefully this will be useful in tracking down dimension/rendermode
issues
This commit is contained in:
Andrew Chin
2013-03-26 22:09:40 -04:00
parent 84f919ac6a
commit 9452af8898
2 changed files with 5 additions and 1 deletions

View File

@@ -424,6 +424,7 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
tex = texcache[texopts_key]
try:
logging.debug("Asking for regionset %r" % render['dimension'][1])
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?")