Skip to content

Commit

Permalink
Update SpawnerBreakListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberFlameGO authored May 17, 2021
1 parent 07021a0 commit 099b144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class SpawnerBreakListener implements Listener
{
public boolean enemiesNearby = false;
int radius = 32;
public int radius = 32;
@EventHandler
public void onSpawnerBreak(BlockBreakEvent e)
{
Expand Down

0 comments on commit 099b144

Please sign in to comment.