mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 03:30:10 +00:00
Fixed Torrent API Reachability
This commit is contained in:
parent
ad66632bf3
commit
9628b31ada
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue