mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Fixed Normal generator name
This commit is contained in:
parent
e0267799fb
commit
eeb8244f26
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user