Failed action adder

This commit is contained in:
2022-06-02 21:09:59 +02:00
parent 2f05b41eb2
commit 5e0ad7d9ff
3 changed files with 16 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ public class RecipeInstructions
String[] words = split[1].split(" ");
construct_children(newAction, words);
//we add the thing to the tree (this also needs to be checked for WHERE it gets added)
fullInstructions.addNode((RecipeNode) null, newAction);
fullInstructions.actionAdd(newAction);
}
}