Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Aug 31, 2024
1 parent e01bddf commit 1d44f2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private void addData(Map<Object, Set<Direction>> outputData, Object container, S
*/
private void eject(TransmissionType type, Direction facing, ConfigInfo info) {
//Used to keep track of tanks to what sides they output to
Map<Object, Set<Direction>> outputData = null;
Map<Object, Set<Direction>> outputData = null;//todo what is the point of putting it into a map??
for (DataType dataType : info.getSupportedDataTypes()) {
if (dataType.canOutput()) {
ISlotInfo slotInfo = info.getSlotInfo(dataType);
Expand Down

0 comments on commit 1d44f2b

Please sign in to comment.