Skip to content

Commit

Permalink
remove some test declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Nov 16, 2024
1 parent ecf59f5 commit 9420028
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/questhelper/steps/DetailedQuestStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,6 @@ protected void addItemTiles(Collection<Requirement> requirements)
{
return;
}
var scene = client.getScene();
var tilesxd = scene.getTiles();
var plane = client.getPlane();
Tile[][] squareOfTiles = client.getScene().getTiles()[client.getPlane()];

// Reduce the two-dimensional array into a single list for processing.
Expand Down

0 comments on commit 9420028

Please sign in to comment.