mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-17 14:03:17 +08:00
Fix dungeons with no finish logic in DungeonManager.java (#2288)
This commit is contained in:
committed by
GitHub
Unverified
parent
bbf0d4dda1
commit
d0dde1c9e2
@@ -81,7 +81,7 @@ public final class DungeonManager {
|
||||
}
|
||||
|
||||
public boolean isFinishedSuccessfully() {
|
||||
if (passConfigData.getLogicType() == null) return false;
|
||||
if (passConfigData.getConds() == null) return false;
|
||||
return LogicType.calculate(passConfigData.getLogicType(), finishedConditions);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user