0

Merge commit 'fenixin/dtt-c-render-fences-fix' into dtt-c-render

This commit is contained in:
Aaron Griffith
2011-03-25 19:29:00 -04:00

View File

@@ -52,7 +52,7 @@ def get_lvldata(world, filename, x, y, retries=2):
# non existent region file doesn't mean corrupt chunk. # non existent region file doesn't mean corrupt chunk.
if filename == None: if filename == None:
return None raise NoSuchChunk
try: try:
d = world.load_from_region(filename, x, y) d = world.load_from_region(filename, x, y)