Also remove /sp/

multisite
Floens 10 years ago
parent 783b284e7a
commit 0a5f14fa99
  1. 1
      Clover/app/src/main/java/org/floens/chan/core/manager/BoardManager.java

@ -172,7 +172,6 @@ public class BoardManager {
list.add(new Board("Food & Cooking", "ck", true, true)); list.add(new Board("Food & Cooking", "ck", true, true));
list.add(new Board("Do It Yourself", "diy", true, true)); list.add(new Board("Do It Yourself", "diy", true, true));
list.add(new Board("Animals & Nature", "an", true, true)); list.add(new Board("Animals & Nature", "an", true, true));
list.add(new Board("Sports", "sp", true, true));
Collections.shuffle(list); Collections.shuffle(list);

Loading…
Cancel
Save