Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulian233 authored Sep 22, 2024
1 parent 01e8466 commit 9be5620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void clientTickEndEvent(MinecraftClient client) {
if (!isLoadedTips) {
CompletableFuture.supplyAsync(() -> TipsUtil.getRandomMessageFromURLAsync(ModConfigUtil.getConfig().tipsUrl))
.thenAccept(message -> {
isLoaded = true;
isLoadedTips = true;
if (message == null) return;
String randomMessage = getRandomMessageFromCache();
if (randomMessage != null) {
Expand Down

0 comments on commit 9be5620

Please sign in to comment.