Before I forget

This commit is contained in:
Ellpeck 2015-10-19 17:52:53 +02:00
parent b641977ec2
commit 1ae2515050

View file

@ -62,6 +62,7 @@ public class LaserRelayConnectionHandler{
else if(secondNetwork != null){
secondNetwork.add(new ConnectionPair(firstRelay, secondRelay));
}
WorldData.makeDirty();
}
/**
@ -76,6 +77,7 @@ public class LaserRelayConnectionHandler{
}
}
}
WorldData.makeDirty();
}
/**