소스 검색

O(n)wards and upwards to victory.
Still need to do somthing about that thing not being saved on reload.

NuclearW 13 년 전
부모
커밋
7841fe2434
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/gmail/nossr50/config/Misc.java

+ 1 - 1
src/main/java/com/gmail/nossr50/config/Misc.java

@@ -31,7 +31,7 @@ public class Misc
     protected static final Logger log = Logger.getLogger("Minecraft");
     
     public ArrayList<Entity> mobSpawnerList = new ArrayList<Entity>();
-    public ArrayList<Block> blockWatchList = new ArrayList<Block>();
+    public HashSet<Block> blockWatchList = new HashSet<Block>();
     public ArrayList<Block> treeFeller = new ArrayList<Block>();
     public HashMap<Entity, Integer> arrowTracker = new HashMap<Entity, Integer>();
     public ArrayList<LivingEntity> bleedTracker = new ArrayList<LivingEntity>();