diff --git a/src/main/java/kassuk/addon/blackout/modules/AutoPvp.java b/src/main/java/kassuk/addon/blackout/modules/AutoPvp.java index 012ff96..1f259f4 100644 --- a/src/main/java/kassuk/addon/blackout/modules/AutoPvp.java +++ b/src/main/java/kassuk/addon/blackout/modules/AutoPvp.java @@ -147,7 +147,7 @@ public AutoPvp() { ); private final Setting totemAmount = sgSuicide.add(new IntSetting.Builder() .name("Totem Amount") - .description("Suicides if there is under x amount of crystals in inventory.") + .description("Suicides if there is under x amount of totems in inventory.") .defaultValue(0) .min(0) .sliderRange(0, 16) @@ -163,7 +163,7 @@ public AutoPvp() { ); private final Setting gappleAmount = sgSuicide.add(new IntSetting.Builder() .name("Gapple Amount") - .description("Suicides if there is under x amount of crystals in inventory.") + .description("Suicides if there is under x amount of gapples in inventory.") .defaultValue(0) .min(0) .sliderRange(0, 256)