Skip to content

Commit

Permalink
Fixes an issue with the disposals check
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Aug 25, 2024
1 parent b75d1a4 commit d1f2902
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/unit_tests/mapping/check_disposals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
if (current == null)
failure_reason = "Disposal network starting at [COORD(start)] has a pipe with no output at [COORD(T)] but should lead to an outlet. Holder was traversing [dir2text(holder.dir)] and was last at [COORD(holder.current_pipe)]. Sort code was [holder.destinationTag]."
return
// Set our direction
holder.dir = get_dir(holder.current_pipe, current)
holder.last_pipe = holder.current_pipe
holder.current_pipe = current
// If we have re-entered the loop at the unsorting pip, increment run ID as we will have a different behaviour next time we loop around
Expand Down

0 comments on commit d1f2902

Please sign in to comment.