mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-22 11:54:39 +01:00
Format code [skip actions]
This commit is contained in:
@@ -79,7 +79,7 @@ public class PlayerProgress {
|
||||
}
|
||||
|
||||
public int resetCurrentProgress(int progressId) {
|
||||
return questProgressCountMap.merge(progressId,0,Integer::min);
|
||||
return questProgressCountMap.merge(progressId, 0, Integer::min);
|
||||
}
|
||||
|
||||
@Entity
|
||||
|
||||
Reference in New Issue
Block a user