Skip to content

Commit

Permalink
Update AdvancementBuilder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAHuman-xD authored and char3210 committed Aug 11, 2024
1 parent 5e65e17 commit a48594f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static AdvancementBuilder loadFromConfig(String key, ConfigurationSection

String frame = config.getString("frame_type");
if (frame == null) {
frame = "GOAL";
frame = "TASK";
}
builder.frame(frame);

Expand Down

0 comments on commit a48594f

Please sign in to comment.