Properly add end quest IDs to the endQuestChapterMap

This commit is contained in:
KingRainbow44 2023-05-01 22:54:25 -04:00
parent 864298f3b1
commit 6c654ce0c3
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -23,6 +23,6 @@ public class ChapterData extends GameResource {
@Override
public void onLoad() {
beginQuestChapterMap.put(beginQuestId, this);
beginQuestChapterMap.put(endQuestId, this);
endQuestChapterMap.put(endQuestId, this);
}
}