Skip to content

Commit

Permalink
Merge pull request #134 from Boundarybreaker/patch-1
Browse files Browse the repository at this point in the history
fix log spam
  • Loading branch information
vini2003 authored Jul 1, 2020
2 parents db67a51 + c81e398 commit 23fc6de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void render(HolographicBridgeProjectorBlockEntity entity, float tickDelta
BlockState b = entity.getWorld().getBlockState(entity.getPos());

if(!(b.getBlock() instanceof HolographicBridgeProjectorBlock)) {
AstromineCommon.LOGGER.warn("Holo Bridge Projector BE exists in spot where it shouldn't! "+entity.getPos());
AstromineCommon.LOGGER.debug("Holo Bridge Projector BE exists in spot where it shouldn't! "+entity.getPos());
return;
}

Expand Down

0 comments on commit 23fc6de

Please sign in to comment.