Skip to content

Commit

Permalink
Fixes errors about missing variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jul 29, 2023
1 parent c150fe2 commit 185905c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
@Mixin(Repo.class)
public abstract class MixinRepo
{
@Shadow
@Shadow(remap = false)
@Final
private ArrayList<GridInventoryEntry> view;

@Shadow
@Shadow(remap = false)
public abstract boolean isPaused();

@Shadow
@Shadow(remap = false)
@Final
private ISortSource sortSrc;

Expand Down

0 comments on commit 185905c

Please sign in to comment.