mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +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;
|
use PocketMine;
|
||||||
|
|
||||||
class Perlin extends Generator{
|
class Perlin extends Generator{
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace PocketMine\Level\Generator;
|
namespace PocketMine\Level\Generator\Noise;
|
||||||
use PocketMine\Level;
|
use PocketMine\Level;
|
||||||
use PocketMine;
|
use PocketMine;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user