Fixed Normal generator name

This commit is contained in:
Shoghi Cervantes 2014-03-06 05:35:17 +01:00
parent e0267799fb
commit eeb8244f26

View File

@ -38,7 +38,7 @@ abstract class Generator{
if(isset(Generator::$list[$name])){
return Generator::$list[$name];
}
return "\PocketMine\Level\Generator\Generator\Normal";
return "\PocketMine\Level\Generator\Normal";
}
public abstract function __construct(array $settings = array());