猎妖之路节点修改

back_recharge
zhangshanxue 2020-08-26 17:43:17 +08:00
parent 77098ce6a1
commit 7958bb7fa3
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ public class MathUtils {
list.add(start);
start++;
}
Collections.shuffle(list);
// Collections.shuffle(list);
return list;
}