Skip to content

Commit

Permalink
Fix idle action bar message not updating on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Jan 6, 2025
1 parent 716263b commit 11cbb0d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public void resetActionBars() {
timer.clear();
currentAction.clear();
isPaused.clear();
clearMessageCache();
}

public void resetActionBar(User user) {
Expand Down Expand Up @@ -302,4 +303,8 @@ private String replacePlaceholderApi(User user, String message) {
return message;
}

public void clearMessageCache() {
idleMessageCache.clear();
}

}

0 comments on commit 11cbb0d

Please sign in to comment.