mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 01:46:44 +01:00
Properly add end quest IDs to the endQuestChapterMap
This commit is contained in:
@@ -23,6 +23,6 @@ public class ChapterData extends GameResource {
|
|||||||
@Override
|
@Override
|
||||||
public void onLoad() {
|
public void onLoad() {
|
||||||
beginQuestChapterMap.put(beginQuestId, this);
|
beginQuestChapterMap.put(beginQuestId, this);
|
||||||
beginQuestChapterMap.put(endQuestId, this);
|
endQuestChapterMap.put(endQuestId, this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user