From 571ca49c1821bc929a23aa7a4883002d668df5e8 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Wed, 14 Sep 2011 17:57:53 -0400 Subject: [PATCH] Partial fix for #481 Fixed the try/except block in findTrueSpawn --- overviewer_core/world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviewer_core/world.py b/overviewer_core/world.py index 6c4c6f3..569db80 100644 --- a/overviewer_core/world.py +++ b/overviewer_core/world.py @@ -27,7 +27,7 @@ import itertools import numpy -import chunk +from chunk import ChunkCorrupt import nbt import textures import time