mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-22 11:54:39 +01:00
Partially fix Chasing Shadows (#2159)
* Partially fix Chasing Shadows * Go ahead and move it before the return before Magix tells me to.
This commit is contained in:
@@ -78,6 +78,10 @@ public class PlayerProgress {
|
||||
return questProgressCountMap.merge(progressId, count, Integer::sum);
|
||||
}
|
||||
|
||||
public int resetCurrentProgress(int progressId) {
|
||||
return questProgressCountMap.merge(progressId,0,Integer::min);
|
||||
}
|
||||
|
||||
@Entity
|
||||
@NoArgsConstructor
|
||||
public static class ItemEntry {
|
||||
|
||||
Reference in New Issue
Block a user