diff options
author | Alexia Luna <me@alexia.lol> | 2024-04-03 20:38:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 20:38:27 +0200 |
commit | 93ff512c5656def1c2ec022e08a7930c20249f80 (patch) | |
tree | 92beb76197ae2e9dc38edb2bfb8b27676ee7f5ea /src | |
parent | 5b994d3f03479c19a5836973ec712442fa4add90 (diff) | |
download | NotEnoughUpdates-93ff512c5656def1c2ec022e08a7930c20249f80.tar.gz NotEnoughUpdates-93ff512c5656def1c2ec022e08a7930c20249f80.tar.bz2 NotEnoughUpdates-93ff512c5656def1c2ec022e08a7930c20249f80.zip |
meta: Fix discord links not working anymore (#1071)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/separatesections/Enchanting.java | 2 |
1 files changed, 1 insertions, 1 deletions
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", |