mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-29 03:49:07 +00:00
code clean
This commit is contained in:
@@ -77,7 +77,6 @@ public class CompetitionConfigParser {
|
||||
.build()
|
||||
);
|
||||
}
|
||||
|
||||
List<Pair<Integer, Integer>> timePairs = section.getStringList("start-time")
|
||||
.stream().map(it -> {
|
||||
String[] split = it.split(":");
|
||||
|
||||
Reference in New Issue
Block a user