Fix wrong generator name returned for Nether->getName() (#1194)

This commit is contained in:
GamakCZ 2017-07-12 19:10:54 +02:00 committed by Dylan K. Taylor
parent fa58736360
commit caa229a25f

View File

@ -82,7 +82,7 @@ class Nether extends Generator{
}
public function getName(){
return "normal";
return "nether";
}
public function getSettings(){
@ -160,4 +160,4 @@ class Nether extends Generator{
return new Vector3(127.5, 128, 127.5);
}
}
}