Skip to content

Commit

Permalink
Fix storage buses attached to Transmutation interfaces referring to m…
Browse files Browse the repository at this point in the history
…odules instead
  • Loading branch information
62832 committed Jul 6, 2024
1 parent 3f3611f commit 6f1658d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public long insert(AEKey what, long amount, Actionable mode, IActionSource sourc

@Override
public Component getDescription() {
return storage.getDescription();
return AppliedE.EMC_INTERFACE.get().getName();
}
}
}

0 comments on commit 6f1658d

Please sign in to comment.