Skip to content

Commit

Permalink
Revert "added temporary system to revomve bugged paths"
Browse files Browse the repository at this point in the history
This reverts commit 5e64d6d.
  • Loading branch information
Uhutown committed Oct 20, 2024
1 parent 5e64d6d commit 301622c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ protected void updatePrevious(final SignalBoxPathway pathway) {
public void resetAllPathways() {
ImmutableSet.copyOf(this.startsToPath.values()).forEach(this::resetPathway);
clearPaths();
modeGrid.values().forEach(node -> node.getModes().values()
.forEach(optionEntry -> optionEntry.getEntry(PathEntryType.PATHUSAGE)
.ifPresent(_u -> optionEntry.removeEntry(PathEntryType.PATHUSAGE))));
}

public void resetAllSignals() {
Expand Down

0 comments on commit 301622c

Please sign in to comment.