aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2022-06-12 08:27:35 +0000
committerGitHub <noreply@github.com>2022-06-12 10:27:35 +0200
commitb3af4c172b10ea6fa77b098f59734c3a1a9029a8 (patch)
tree300f9e0a60c1565c81afc8998728e8501e1f2e32 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
parentc8500921b28240f6fdae902a5efe8d81ca916d9f (diff)
downloadnotenoughupdates-b3af4c172b10ea6fa77b098f59734c3a1a9029a8.tar.gz
notenoughupdates-b3af4c172b10ea6fa77b098f59734c3a1a9029a8.tar.bz2
notenoughupdates-b3af4c172b10ea6fa77b098f59734c3a1a9029a8.zip
fixed skill avg (#165)
* :clueless: surely social2 level should be part of skill avg * rename equipment hud
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
index 237a76ca..e1848382 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java
@@ -336,8 +336,8 @@ public class NEUConfig extends Config {
@Expose
@Category(
- name = "Custom Armour Hud",
- desc = "Custom Armour Hud"
+ name = "Equipment Hud",
+ desc = "Equipment Hud"
)
public CustomArmour customArmour = new CustomArmour();