mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Fixed class namespaces
This commit is contained in:
parent
da4bc302c4
commit
e0267799fb
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace PocketMine\Level\Generator;
|
||||
namespace PocketMine\Level\Generator\Noise;
|
||||
use PocketMine;
|
||||
|
||||
class Perlin extends Generator{
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace PocketMine\Level\Generator;
|
||||
namespace PocketMine\Level\Generator\Noise;
|
||||
use PocketMine\Level;
|
||||
use PocketMine;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user