Skip to content

Commit

Permalink
Change setInput to not bake recipes automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb1515 committed Nov 26, 2024
1 parent 10dd603 commit 9888b8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/de/usd/cstchef/view/RecipePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ else if(messageType == MessageType.RESPONSE) {
this.controllerOrig.setHttpRequestResponse(requestResponse);
this.controllerMod.setHttpRequestResponse(requestResponse);

this.bake(false);
}

public void setFormatMessage(HttpRequestResponse requestResponse, MessageType messageType){
Expand Down

0 comments on commit 9888b8b

Please sign in to comment.