diff options
| author | DoKM <mcazzyman@gmail.com> | 2021-08-04 16:43:51 +0200 |
|---|---|---|
| committer | DoKM <mcazzyman@gmail.com> | 2021-08-04 16:43:51 +0200 |
| commit | 9370c7ce7b28ab766a3e4d6c97478456b251d9cf (patch) | |
| tree | aa524039a8d4644019f5688bbdda64516daed656 /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | |
| parent | c4fb9b642b7c5281c008cb25f82a9332a95eb775 (diff) | |
| download | notenoughupdates-9370c7ce7b28ab766a3e4d6c97478456b251d9cf.tar.gz notenoughupdates-9370c7ce7b28ab766a3e4d6c97478456b251d9cf.tar.bz2 notenoughupdates-9370c7ce7b28ab766a3e4d6c97478456b251d9cf.zip | |
remove left overs from negative cape hotfix
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 | 2 |
1 files changed, 1 insertions, 1 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 0266772c..543d5bdd 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java @@ -291,7 +291,7 @@ public class NEUConfig extends Config { //These config options were added due to a graphical bug that caused the player to be unable to see the screen @Expose public boolean disableBrokenCapes = false; - @Expose public boolean disableAllCapes = false; + } private static ArrayList<String> createDefaultQuickCommands() { |
