diff --git a/AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/dupepreventions/BlockEntityDupe.java b/AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/dupepreventions/BlockEntityDupe.java index 52c85f6d..d8033ff8 100755 --- a/AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/dupepreventions/BlockEntityDupe.java +++ b/AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/dupepreventions/BlockEntityDupe.java @@ -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."""); diff --git a/AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/dupepreventions/BlockEntityDupe.java b/AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/dupepreventions/BlockEntityDupe.java index 1257bd8d..e90f2d2c 100755 --- a/AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/dupepreventions/BlockEntityDupe.java +++ b/AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/dupepreventions/BlockEntityDupe.java @@ -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.");