Skip to content

Commit

Permalink
rift infusion
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Dec 11, 2024
1 parent f7d27a8 commit 2d24e3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void onChatMessageReceived(ClientChatReceivedEvent event) {
hidden.firstCakeAte = currentTime;
return;
}
if ("§r§d§lINFUSED! §r§7Used your free dimensional infusion!§r".equals(event.message.getFormattedText())) {
if ("§r§d§lINFUSED! §r§7Used one of your free Rift charges!§r".equals(event.message.getFormattedText())) {
hidden.lastFreeRiftInfusionApplied = currentTime;
return;
}
Expand Down

0 comments on commit 2d24e3f

Please sign in to comment.