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