Skip to content

Commit 2d24e3f

Browse files
committed
rift infusion
1 parent f7d27a8 commit 2d24e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/moulberry/notenoughupdates/overlays/TimersOverlay.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public void onChatMessageReceived(ClientChatReceivedEvent event) {
113113
hidden.firstCakeAte = currentTime;
114114
return;
115115
}
116-
if ("§r§d§lINFUSED! §r§7Used your free dimensional infusion!§r".equals(event.message.getFormattedText())) {
116+
if ("§r§d§lINFUSED! §r§7Used one of your free Rift charges!§r".equals(event.message.getFormattedText())) {
117117
hidden.lastFreeRiftInfusionApplied = currentTime;
118118
return;
119119
}

0 commit comments

Comments
 (0)