Skip to content

Commit

Permalink
Update RedirectionorConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb committed Sep 14, 2024
1 parent 18c6ac6 commit f536417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static JsonObject encode(){

json.add("prefix", prefix);

json.add("generateConfigWhenCrash", Config.generateConfigWhenCrash);
json.addProperty("generateConfigWhenCrash", Config.generateConfigWhenCrash);
return json;
}

Expand Down

0 comments on commit f536417

Please sign in to comment.