Intermediate result for calling multiple lesson endpoints

This commit is contained in:
Nanne Baars
2016-08-18 21:15:12 +02:00
parent c0ab7b7d1c
commit 61d5116d44
8 changed files with 93 additions and 63 deletions

View File

@ -50,7 +50,7 @@ public class YmlBasedLesson extends LessonAdapter {
this.hints = hints;
this.title = title;
this.id = id;
createAttack(attack);
// createAttack(attack);
}