add chunkPosition to FakeChunks

This commit is contained in:
David Vierra 2011-04-25 06:33:45 -10:00
parent dc13ca8302
commit cd82beae42

View File

@ -509,6 +509,7 @@ class MCLevel(object):
f = FakeChunk() f = FakeChunk()
f.world = self; f.world = self;
f.chunkPosition = (cx,cz)
f.Blocks = self.fakeBlocksForChunk(cx, cz) f.Blocks = self.fakeBlocksForChunk(cx, cz)