copyBlocksFrom now passes the correct entities flag to copyEntitiesFrom
This commit is contained in:
parent
5e4c57a883
commit
1aa7ed366a
@ -2211,7 +2211,7 @@ class MCInfdevOldLevel(MCLevel):
|
||||
else:
|
||||
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))
|
||||
#self.saveInPlace()
|
||||
|
||||
|
Reference in New Issue
Block a user