Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Jan 9, 2025
1 parent e6bae39 commit ffc60b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class BlockEntityDupe extends AEFModule implements Listener {

public BlockEntityDupe() {
super("dupe-preventions.block-entity-dupe", false, """
Will prevent Pistons that are pusing carpets/rails/tnt from working.
Will prevent Pistons that are pushing carpets/rails/tnt from working.
This isn't recommended to be used for turning everything off.
Use papers settings for that.
This is intended for admins that want to allow specific dupes only.""");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class BlockEntityDupe extends AEFModule implements Listener {

public BlockEntityDupe() {
super("dupe-preventions.block-entity-dupe", false,
"Will prevent Pistons that are pusing carpets/rails/tnt from working.\n" +
"Will prevent Pistons that are pushing carpets/rails/tnt from working.\n" +
"This isn't recommended to be used for turning everything off.\n" +
"Use papers settings for that.\n" +
"This is intended for admins that want to allow specific dupes only.");
Expand Down

0 comments on commit ffc60b6

Please sign in to comment.