copyBlocksFrom now passes the correct entities flag to copyEntitiesFrom

This commit is contained in:
David Vierra 2011-08-10 17:30:32 -10:00
parent 5e4c57a883
commit 1aa7ed366a

View File

@ -2211,7 +2211,7 @@ class MCInfdevOldLevel(MCLevel):
else: else:
self.copyBlocksFromInfinite(sourceLevel, sourceBox, destinationPoint, blocksToCopy) self.copyBlocksFromInfinite(sourceLevel, sourceBox, destinationPoint, blocksToCopy)
self.copyEntitiesFrom(sourceLevel, sourceBox, destinationPoint, entities=True) self.copyEntitiesFrom(sourceLevel, sourceBox, destinationPoint, entities)
info("Duration: {0}".format(datetime.now() - startTime)) info("Duration: {0}".format(datetime.now() - startTime))
#self.saveInPlace() #self.saveInPlace()