mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +01:00
Before I forget
This commit is contained in:
parent
b641977ec2
commit
1ae2515050
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue