mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 02:38:54 +00:00
Fix wrong generator name returned for Nether->getName() (#1194)
This commit is contained in:
parent
fa58736360
commit
caa229a25f
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user