mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed namespaces paths
This commit is contained in:
@ -19,11 +19,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace PocketMine\Block;
|
||||
namespace pocketmine\block;
|
||||
|
||||
use PocketMine\Item\Item;
|
||||
use PocketMine\Level\Level;
|
||||
use PocketMine\Player;
|
||||
use pocketmine\item\Item;
|
||||
use pocketmine\level\Level;
|
||||
use pocketmine\Player;
|
||||
|
||||
class Carpet extends Flowable{
|
||||
public function __construct($meta = 0){
|
||||
|
Reference in New Issue
Block a user