mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 16:04:40 +01: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:
@@ -56,8 +56,8 @@ public class PointData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void updateDailyDungeon() {
|
public void updateDailyDungeon() {
|
||||||
if (getDungeonRandomList() == null) {
|
if (getDungeonRandomList() == null || getDungeonRandomList().length == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
IntList newDungeons = new IntArrayList();
|
IntList newDungeons = new IntArrayList();
|
||||||
|
|||||||
Reference in New Issue
Block a user