Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Jan 12, 2025
1 parent 689914a commit bf91c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/codechicken/chunkloader/GuiChunkLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ private void drawContainerBackground() {
}

private boolean enableOwner() {
return ChunkLoaderManager.allowOwnerChange() && (!ChunkLoaderManager.opInteract() || ServerUtils.isPlayerOP(this.tile.owner));
return ChunkLoaderManager.allowOwnerChange()
&& (!ChunkLoaderManager.opInteract() || ServerUtils.isPlayerOP(this.tile.owner));
}

public boolean doesGuiPauseGame() {
Expand Down

0 comments on commit bf91c3e

Please sign in to comment.