Skip to content

Commit

Permalink
Merge pull request #217 from Autentyk7/master
Browse files Browse the repository at this point in the history
Update GameStateHandler.java // Tablist Fix
  • Loading branch information
May2Beez authored Mar 26, 2024
2 parents d5ada56 + a65579f commit 6a039c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ private int checkPestHunterBonusTabList(String cleanedLine) {
}

private void checkInfestedPlotsTabList(String cleanedLine) {
if (cleanedLine.contains("Infested Plots:")) {
if (cleanedLine.contains("Plots:")) {
try {
String[] split = cleanedLine.trim().split(" ");
infestedPlots.clear();
Expand Down

0 comments on commit 6a039c3

Please sign in to comment.