改回15名

lvxinran 2021-07-31 00:48:07 +08:00
parent 77a423fd6a
commit 5e2bd46b08
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ public class GetWorldArenaRecordInfoRequestHandler extends BaseHandler<WorldProt
Collections.reverse(collect);
int size = arenaRecordList.size();
if (size > 15) {
String[] removeMapKeys = new String[size - 10];
for (int i = 0; i < size - 10; i++) {
String[] removeMapKeys = new String[size - 15];
for (int i = 0; i < size - 15; i++) {
WorldProto.WroldBattleRecord remove = collect.remove(size-i-1);
String removeId = remove.getRecordId();
removeMapKeys[i] = (removeId);