From 90f01ffa70ede948ce9a78a6639bcaacc0d8c5a9 Mon Sep 17 00:00:00 2001 From: Mixces Date: Wed, 27 Dec 2023 00:01:10 -0600 Subject: [PATCH] bro :sob: --- .../overflowanimations/config/OldAnimationsSettings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/polyfrost/overflowanimations/config/OldAnimationsSettings.java b/src/main/java/org/polyfrost/overflowanimations/config/OldAnimationsSettings.java index 103cfe0..4aec472 100644 --- a/src/main/java/org/polyfrost/overflowanimations/config/OldAnimationsSettings.java +++ b/src/main/java/org/polyfrost/overflowanimations/config/OldAnimationsSettings.java @@ -292,8 +292,8 @@ public class OldAnimationsSettings extends Config { public static boolean entityTransforms = true; @Switch( - name = "Disable Punching During Usage in Adventure Mode", - description = "Allows/Disallows the punching during usage feature in Adventure Mode.", + name = "Disable swinging at the ground in Adventure Mode", + description = "Allows/Disallows swinging at the ground in Adventure Mode.", category = "Misc", subcategory = "Fixes, QOL, and Tweaks" ) public static boolean adventurePunching = false;