We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af5b0c commit 19a28b5Copy full SHA for 19a28b5
1 file changed
src/Sandertv/BlockSniper/shapes/OverlayShape.php
@@ -9,7 +9,7 @@
9
use pocketmine\level\Level;
10
use pocketmine\item\Item;
11
12
-class SphereShape extends BaseShape {
+class OverlayShape extends BaseShape {
13
14
public function __construct(Level $level, float $radius = 0, Vector3 $center = null, array $blocks = []) {
15
$this->level = $level;
0 commit comments