mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Optimize template loads
This commit is contained in:
parent
22220b1b95
commit
6cb15d004e
@ -274,7 +274,7 @@ public class StructureTemplate implements Listener, IObjectPlacer
|
||||
IrisObject object = new IrisObject(origin.getW(), origin.getH(), origin.getD());
|
||||
object.setCenter(origin.getCenter().clone());
|
||||
|
||||
for(BlockVector i : origin.getBlocks().k())
|
||||
for(BlockVector i : origin.getBlocks().keySet())
|
||||
{
|
||||
object.getBlocks().put(i.clone(), origin.getBlocks().get(i).clone());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user