Added Support for More Metadata Rotations
Added support for rotating the metadata of powered tracks and detector tracks. Also made a minor change to DungeonSchematic to protect its internal state.
This commit is contained in:
@@ -63,7 +63,7 @@ public class DungeonSchematic extends Schematic {
|
||||
|
||||
public Point3D getEntranceDoorLocation()
|
||||
{
|
||||
return entranceDoorLocation;
|
||||
return entranceDoorLocation.clone();
|
||||
}
|
||||
|
||||
private DungeonSchematic()
|
||||
|
||||
Reference in New Issue
Block a user