last time

This commit is contained in:
StevenRS11 2013-09-30 00:58:14 -04:00
parent 94bbc2d658
commit 0484040e26

View file

@ -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