Skip to content

Commit 8873888

Browse files
authored
Reduce limit from 12 to 6 in izombieonline.js
1 parent 926d787 commit 8873888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/menu/js/izombieonline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const paginationButtons = {
1515
};
1616

1717
let page = 1;
18-
let limit = 12;
18+
let limit = 6;
1919
let requestId = 0;
2020
let sorts = {
2121
plays: "Popular",

0 commit comments

Comments
 (0)