Skip to content

Commit

Permalink
fix: name changes form mojmap
Browse files Browse the repository at this point in the history
  • Loading branch information
MPThLee committed Jan 4, 2025
1 parent d4de618 commit f55ee66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void run(CallbackInfo ci) {

this.minecraft.execute(() -> SystemToast.add(
Minecraft.getInstance().getToasts(),
SystemToast.SystemToastIds.PERIODIC_NOTIFICATION,
SystemToast.SystemToastId.PERIODIC_NOTIFICATION,
Component.translatable(title, elapsedPeriod),
Component.translatable(message, elapsedPeriod)
));
Expand Down

0 comments on commit f55ee66

Please sign in to comment.