Revert "whoops"

This reverts commit 16d32dc620.
This commit is contained in:
Yulife 2015-05-03 15:04:29 +02:00
parent d3ac446690
commit df829478b8

View file

@ -70,22 +70,6 @@ public class Loot {
}
loot.remove(remove);
}
public static class RemoveAll extends BaseListRemoval {
public Remove(List list) {
super(list);
}
@Override
public void apply() {
List<WeightedRandomLoot> loot = (List<WeightedRandomLoot>) list;
WeightedRandomLoot remove = null;
}
}
loot.remove(remove);
}
}
}