Skip to content

Commit

Permalink
Update PortalMock.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinwasher committed Dec 22, 2023
1 parent 8916418 commit 997891e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ public void activate(Player player) {

}

@Override
public boolean isDestroyed() {
return false;
}

@Override
public SignLine[] getDrawnControlLines() {
return null;
Expand Down

0 comments on commit 997891e

Please sign in to comment.