mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-09 08:02:53 +08:00
Make PointData compatible with alternative PointData
Original Commit Message: Make PointData compatible with windied scene points. Gitea Author: GanyusLeftHorn Co-authored-by: GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com>
This commit is contained in:
parent
cb97ac8250
commit
d8816911a6
@ -56,7 +56,7 @@ public class PointData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void updateDailyDungeon() {
|
public void updateDailyDungeon() {
|
||||||
if (getDungeonRandomList() == null) {
|
if (getDungeonRandomList() == null || getDungeonRandomList().length == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user