aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2023-02-22 18:30:38 +0100
committerGitHub <noreply@github.com>2023-02-22 18:30:38 +0100
commit30bd46e46aab73e2927fa5631c49ace84708e590 (patch)
tree2ad5f73d914dc12541cb45470b26f4b43de28a57 /src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java
parent0d281d483909d71272783033b2aba8f33dcbce36 (diff)
downloadnotenoughupdates-30bd46e46aab73e2927fa5631c49ace84708e590.tar.gz
notenoughupdates-30bd46e46aab73e2927fa5631c49ace84708e590.tar.bz2
notenoughupdates-30bd46e46aab73e2927fa5631c49ace84708e590.zip
HotmInformation rework (#611)
* Rename .java to .kt * hotm rework. * Moved class to kotlin directory. * Removed debug. * Support for maxed out levels. * Fun fact of the day: Developer waste more time on the name of a variable than actual coding. * default is 0 --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java b/src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java
index 5c3083a3..a001850e 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NEUManager.java
@@ -37,7 +37,6 @@ import io.github.moulberry.notenoughupdates.recipes.NeuRecipe;
import io.github.moulberry.notenoughupdates.recipes.RecipeHistory;
import io.github.moulberry.notenoughupdates.util.ApiUtil;
import io.github.moulberry.notenoughupdates.util.Constants;
-import io.github.moulberry.notenoughupdates.util.HotmInformation;
import io.github.moulberry.notenoughupdates.util.ItemResolutionQuery;
import io.github.moulberry.notenoughupdates.util.ItemUtils;
import io.github.moulberry.notenoughupdates.util.SBInfo;
@@ -144,7 +143,6 @@ public class NEUManager {
public File configLocation;
public File repoLocation;
public File configFile;
- public HotmInformation hotm;
public KatSitterOverlay katSitterOverlay;
@@ -154,7 +152,6 @@ public class NEUManager {
this.neu = neu;
this.configLocation = configLocation;
this.auctionManager = new APIManager(this);
- this.hotm = new HotmInformation(neu);
this.craftingOverlay = new CraftingOverlay(this);
this.katSitterOverlay = new KatSitterOverlay();