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(){
|
||||
return "normal";
|
||||
return "nether";
|
||||
}
|
||||
|
||||
public function getSettings(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user