mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Fix wrong generator name returned for Nether->getName() (#1194)
This commit is contained in:
@@ -82,7 +82,7 @@ class Nether extends Generator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getName(){
|
public function getName(){
|
||||||
return "normal";
|
return "nether";
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getSettings(){
|
public function getSettings(){
|
||||||
@@ -160,4 +160,4 @@ class Nether extends Generator{
|
|||||||
return new Vector3(127.5, 128, 127.5);
|
return new Vector3(127.5, 128, 127.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user