mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 03:30:10 +00:00
Added ways to cancel instances through the API
For Fireball and Torrent.
This commit is contained in:
parent
4948afea6f
commit
fa2072227c
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ public class Fireball {
|
|||
return false;
|
||||
}
|
||||
|
||||
private void explode() {
|
||||
public void explode() {
|
||||
// List<Block> blocks = Methods.getBlocksAroundPoint(location, 3);
|
||||
// List<Block> blocks2 = new ArrayList<Block>();
|
||||
|
||||
|
|
|
@ -433,7 +433,7 @@ public class Torrent {
|
|||
blocks.clear();
|
||||
}
|
||||
|
||||
private void remove() {
|
||||
public void remove() {
|
||||
clearRing();
|
||||
for (TempBlock block : launchblocks)
|
||||
block.revertBlock();
|
||||
|
|
Loading…
Reference in a new issue