Skip to content

Commit

Permalink
Fix compile errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityfox committed Sep 14, 2016
1 parent 6e44ca5 commit 81eadb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FoxCore
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void handle(ExplosionEvent.Detonate event) throws Exception {
}

World world = event.getTargetWorld();
Vector3d pos = event.getExplosion().getOrigin();
Vector3d pos = event.getExplosion().getLocation().getPosition();
FlagBitSet flags = (FlagBitSet) FLAG_SET.clone();
List<IHandler> handlerList = new ArrayList<>();
FGManager.getInstance().getRegionsInChunkAtPos(world, pos).stream()
Expand Down

0 comments on commit 81eadb8

Please sign in to comment.