diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-06-12 08:27:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-12 10:27:35 +0200 |
| commit | b3af4c172b10ea6fa77b098f59734c3a1a9029a8 (patch) | |
| tree | 300f9e0a60c1565c81afc8998728e8501e1f2e32 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | |
| parent | c8500921b28240f6fdae902a5efe8d81ca916d9f (diff) | |
| download | notenoughupdates-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.java | 4 |
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(); |
