Skip to content

Commit

Permalink
fix: reviews part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jun 6, 2024
1 parent 15a80c8 commit eff79de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static int assignId() {
public static final int CACHED_CWU = assignId();

// Fission Hatches
public static final int LOCK_UPDATE = 17;
public static final int LOCK_UPDATE = assignId();

// NBT Keys

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import org.jetbrains.annotations.NotNull;

// TODO This class can be removed
public class LockableItemStackHandler extends NotifiableItemStackHandler implements ILockableHandler {

protected boolean locked;
Expand Down

0 comments on commit eff79de

Please sign in to comment.