diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-08-24 11:43:37 +0200 |
---|---|---|
committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-08-24 11:43:37 +0200 |
commit | c2406f7c5477a8e221fc8bd93de1a872671c46ae (patch) | |
tree | f7352af141ee5de466c1fe9de0d16bb56ff7e6ea /src | |
parent | 3328e7a98404b1968b6e1c76495b449969518414 (diff) | |
download | NotEnoughUpdates-c2406f7c5477a8e221fc8bd93de1a872671c46ae.tar.gz NotEnoughUpdates-c2406f7c5477a8e221fc8bd93de1a872671c46ae.tar.bz2 NotEnoughUpdates-c2406f7c5477a8e221fc8bd93de1a872671c46ae.zip |
I am idiot
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java index 87d0d8fe..3d65b762 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java @@ -282,8 +282,8 @@ public class CrystalHollowOverlay extends TextOverlay { hidden.crystals.put(crystalMatcher.group("crystal"), 1); else { String item = message.replace(" ", ""); - if (hidden.divanMinesParts.containsKey(item)) - hidden.divanMinesParts.put(item, false); + if (hidden.automatonParts.containsKey(item)) + hidden.automatonParts.put(item, false); } } else if (message.startsWith("[NPC] Professor Robot: ")) { switch (message) { |