Skip to content

Commit

Permalink
Update StrongerExplosions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed May 21, 2021
1 parent a11e975 commit 4f1d09f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public static void onExplosion( ExplosionSizeEvent event ) {
if( causer == null )
causer = getNearestEntity( event.explosion, event.world );

MajruszLibrary.LOGGER.info( causer );
if( STRONGER_EXPLOSIONS.biggerSize.isEnabled() )
event.size *= STRONGER_EXPLOSIONS.biggerSize.getRadius( causer );

Expand Down

0 comments on commit 4f1d09f

Please sign in to comment.