diff options
| author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2023-05-31 13:06:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-31 13:06:27 +0200 |
| commit | 744e7692843c65049e45f666973e1e37adcc7e9a (patch) | |
| tree | ba31e4ff5a685f74455102209e1b127ed520cc9f /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java | |
| parent | b40c37b653ba43d9603c578c440092c9f464935f (diff) | |
| download | notenoughupdates-744e7692843c65049e45f666973e1e37adcc7e9a.tar.gz notenoughupdates-744e7692843c65049e45f666973e1e37adcc7e9a.tar.bz2 notenoughupdates-744e7692843c65049e45f666973e1e37adcc7e9a.zip | |
Removing the neu AH (#627)
* Removed the neu ah.
* make compile
* make command say its removed
* just what i wanted, an empty file
---------
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Co-authored-by: nopo <nopotheemail@gmail.com>
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 | 12 |
1 files changed, 1 insertions, 11 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 49053316..b5411dcd 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfig.java @@ -34,8 +34,6 @@ import io.github.moulberry.notenoughupdates.miscgui.GuiEnchantColour; import io.github.moulberry.notenoughupdates.miscgui.GuiInvButtonEditor; import io.github.moulberry.notenoughupdates.miscgui.NEUOverlayPlacements; import io.github.moulberry.notenoughupdates.options.customtypes.NEUDebugFlag; -import io.github.moulberry.notenoughupdates.options.seperateSections.Garden; -import io.github.moulberry.notenoughupdates.options.seperateSections.WorldConfig; import io.github.moulberry.notenoughupdates.options.seperateSections.AHGraph; import io.github.moulberry.notenoughupdates.options.seperateSections.AHTweaks; import io.github.moulberry.notenoughupdates.options.seperateSections.AccessoryBag; @@ -47,6 +45,7 @@ import io.github.moulberry.notenoughupdates.options.seperateSections.DungeonMapC import io.github.moulberry.notenoughupdates.options.seperateSections.Dungeons; import io.github.moulberry.notenoughupdates.options.seperateSections.Enchanting; import io.github.moulberry.notenoughupdates.options.seperateSections.Fishing; +import io.github.moulberry.notenoughupdates.options.seperateSections.Garden; import io.github.moulberry.notenoughupdates.options.seperateSections.ImprovedSBMenu; import io.github.moulberry.notenoughupdates.options.seperateSections.InventoryButtons; import io.github.moulberry.notenoughupdates.options.seperateSections.ItemOverlays; @@ -57,7 +56,6 @@ import io.github.moulberry.notenoughupdates.options.seperateSections.MinionHelpe import io.github.moulberry.notenoughupdates.options.seperateSections.Misc; import io.github.moulberry.notenoughupdates.options.seperateSections.MiscOverlays; import io.github.moulberry.notenoughupdates.options.seperateSections.Museum; -import io.github.moulberry.notenoughupdates.options.seperateSections.NeuAuctionHouse; import io.github.moulberry.notenoughupdates.options.seperateSections.Notifications; import io.github.moulberry.notenoughupdates.options.seperateSections.PetOverlay; import io.github.moulberry.notenoughupdates.options.seperateSections.ProfileViewer; @@ -306,13 +304,6 @@ public class NEUConfig extends Config { @Expose @Category( - name = "NEU Auction House", - desc = "NEU Auction House" - ) - public NeuAuctionHouse neuAuctionHouse = new NeuAuctionHouse(); - - @Expose - @Category( name = "Improved SB Menus", desc = "Improved SB Menus" ) @@ -519,7 +510,6 @@ public class NEUConfig extends Config { add("/storage:Storage:CHEST"); add("/wardrobe:Wardrobe:LEATHER_CHESTPLATE"); add("/pets:Pets:BONE"); - add("neuah:NEU Auction House:GOLD_BLOCK"); add("/bz:Bazaar:GOLD_BARDING"); }}; } |
