0

fixed accidental revert of fenixin's fix

This commit is contained in:
Aaron Griffith
2011-03-26 02:03:13 -04:00
parent 729141d426
commit 0465787e6a

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)