Skip to content

Commit

Permalink
Update Zombie Miner message
Browse files Browse the repository at this point in the history
  • Loading branch information
bowser0000 committed Jan 9, 2024
1 parent 50a7fd7 commit 81027cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/Danker/features/loot/FishingTracker.java
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ public void onChat(ClientChatReceivedEvent event) {
lavaPigmenSession += getAmount();
CfgConfig.writeIntConfig("fishing", "lavaPigman", lavaPigmen);
increaseSeaCreatures();
} else if (message.equals("A Zombie Miner surfaces!")) {
} else if (message.equals("An Abyssal Miner breaks out of the water!")) {
zombieMiners += getAmount();
zombieMinersSession += getAmount();
CfgConfig.writeIntConfig("fishing", "zombieMiner", zombieMiners);
Expand Down

0 comments on commit 81027cb

Please sign in to comment.