last time
This commit is contained in:
@@ -15,7 +15,6 @@ public abstract class DimLink
|
|||||||
|
|
||||||
protected DimLink(Point4D source, DimLink parent, int orientation)
|
protected DimLink(Point4D source, DimLink parent, int orientation)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (parent.source.getDimension() != source.getDimension())
|
if (parent.source.getDimension() != source.getDimension())
|
||||||
{
|
{
|
||||||
// Ban having children in other dimensions to avoid serialization issues with cross-dimensional tails
|
// Ban having children in other dimensions to avoid serialization issues with cross-dimensional tails
|
||||||
|
|||||||
Reference in New Issue
Block a user