mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +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(){
|
||||
return "normal";
|
||||
return "nether";
|
||||
}
|
||||
|
||||
public function getSettings(){
|
||||
@ -160,4 +160,4 @@ class Nether extends Generator{
|
||||
return new Vector3(127.5, 128, 127.5);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user