only display replace summary after replacing

This commit is contained in:
David Vierra 2010-09-19 04:40:11 -10:00
parent f0deb29d53
commit ecaedf8450

View File

@ -2270,7 +2270,8 @@ class MCInfdevOldLevel(MCLevel):
chunk.chunkChanged(needsLighting);
chunk.compress();
print "fillBlocks: Skipped {0} chunks, replaced {1} blocks".format(skipped, replaced)
if blocksToReplace != None:
print "Replace: Skipped {0} chunks, replaced {1} blocks".format(skipped, replaced)
def getChunkSlices(self, box):