Fixed class namespaces

This commit is contained in:
Shoghi Cervantes 2014-03-06 05:33:04 +01:00
parent da4bc302c4
commit e0267799fb
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
*
*/
namespace PocketMine\Level\Generator;
namespace PocketMine\Level\Generator\Noise;
use PocketMine;
class Perlin extends Generator{

View File

@ -19,7 +19,7 @@
*
*/
namespace PocketMine\Level\Generator;
namespace PocketMine\Level\Generator\Noise;
use PocketMine\Level;
use PocketMine;