mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed namespaces paths
This commit is contained in:
@ -19,9 +19,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace PocketMine\Block;
|
||||
namespace pocketmine\block;
|
||||
|
||||
use PocketMine\Item\Item;
|
||||
use pocketmine\item\Item;
|
||||
|
||||
class Obsidian extends Solid{
|
||||
public function __construct(){
|
||||
|
Reference in New Issue
Block a user