Skip to content

Commit

Permalink
Merge Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaNussi committed Mar 29, 2024
1 parent facd662 commit b3ae080
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public class VirtualDiskHost {
private final Queue<ExtractPair> extractQueue = new LinkedList<>();
private final Queue<AvailableStacksPair> availableStacksQueue = new LinkedList<>();
private final Queue<DescriptionPair> descriptionQueue = new LinkedList<>();
private final Queue<PreferredStoragePair> preferredStorageQueue = new LinkedList<>();

public VirtualDiskHost(MEStorage storage, int priority, InterDimensionalInterfaceBlockEntity instance) {
this.storage = storage;
Expand Down

0 comments on commit b3ae080

Please sign in to comment.