Assorted cleanup, fixed bug with abilities not working.

This commit is contained in:
GJ
2012-03-14 13:33:00 -04:00
parent 9ef1c3b5bf
commit ab8f1a4ea6
8 changed files with 224 additions and 173 deletions

View File

@ -15,7 +15,6 @@ public class Misc
{
String location = "mcmmo.properties";
public ArrayList<Integer> mobSpawnerList = new ArrayList<Integer>();
public HashSet<Block> blockWatchList = new HashSet<Block>();
public HashMap<Entity, Integer> arrowTracker = new HashMap<Entity, Integer>();
public ArrayList<LivingEntity> bleedTracker = new ArrayList<LivingEntity>();