Fixed Torrent API Reachability

This commit is contained in:
Brendan Wilson 2015-02-02 19:06:21 -05:00
parent ad66632bf3
commit 9628b31ada

View file

@ -59,7 +59,7 @@ public class Torrent {
private int deflectdamage = DEFLECT_DAMAGE;
private ArrayList<TempBlock> blocks = new ArrayList<TempBlock>();
private ArrayList<TempBlock> launchblocks = new ArrayList<TempBlock>();
public ArrayList<TempBlock> launchblocks = new ArrayList<TempBlock>();
private ArrayList<Entity> hurtentities = new ArrayList<Entity>();
public Torrent(Player player) {