Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
(cherry picked from commit d70b65b)
  • Loading branch information
DerToaster98 committed Sep 5, 2024
1 parent 956c8c5 commit 8e1e7c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public AbstractSubcraftSign(final String permission, Function<String, @Nullable

@Override
public boolean processSignClick(Action clickType, AbstractSignListener.SignWrapper sign, Player player) {
t if (!this.isSignValid(clickType, sign, player)) {
if (!this.isSignValid(clickType, sign, player)) {
return false;
}
if (!this.canPlayerUseSign(clickType, sign, player)) {
Expand Down

0 comments on commit 8e1e7c7

Please sign in to comment.