Skip to content

Commit 9cd2571

Browse files
Fix another NPE
1 parent 86602ad commit 9cd2571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/geysermc/geyser/session/cache/AdvancementsCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void setCurrentAdvancementCategoryId(String categoryId) {
7676
// Only open and show list form if we're going to a different category
7777
currentAdvancementCategoryId = categoryId;
7878
if (formOpen) {
79-
buildAndShowListForm();
79+
buildAndShowForm();
8080
}
8181
}
8282
}

0 commit comments

Comments
 (0)