Commit d8816911 authored by Benj's avatar Benj Committed by Luke H-W
Browse files

Make PointData compatible with alternative PointData



Original Commit Message: Make PointData compatible with windied scene points.
Gitea Author: GanyusLeftHorn
Co-authored-by: default avatarGanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com>
parent cb97ac82
......@@ -56,7 +56,7 @@ public class PointData {
}
public void updateDailyDungeon() {
if (getDungeonRandomList() == null) {
if (getDungeonRandomList() == null || getDungeonRandomList().length == 0) {
return;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment