From 93ff512c5656def1c2ec022e08a7930c20249f80 Mon Sep 17 00:00:00 2001 From: Alexia Luna Date: Wed, 3 Apr 2024 20:38:27 +0200 Subject: meta: Fix discord links not working anymore (#1071) --- .../moulberry/notenoughupdates/options/separatesections/Enchanting.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Enchanting.java b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Enchanting.java index 41aec9ca..b7c45c0c 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Enchanting.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Enchanting.java @@ -110,7 +110,7 @@ public class Enchanting { @ConfigAccordionId(id = 0) public boolean enableEnchantingSolvers = true; //In an email from Donpireso (admin) he says not sending a packet at all isn't bannable - //https://cdn.discordapp.com/attachments/823769568933576764/906101631861526559/unknown.png + //https://i.imgur.com/VTmGSVP.png @Expose @ConfigOption( name = "Prevent Misclicks", -- cgit