mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 00:59:51 +00:00
and an extra note just in case
This commit is contained in:
parent
0c70b83d81
commit
354b2dc5d1
@ -89,6 +89,7 @@ abstract class BaseLevelProvider implements LevelProvider{
|
|||||||
* @return null|string Name of the correct generator to replace the broken value
|
* @return null|string Name of the correct generator to replace the broken value
|
||||||
*/
|
*/
|
||||||
protected static function hackyFixForGeneratorClasspathInLevelDat(string $className) : ?string{
|
protected static function hackyFixForGeneratorClasspathInLevelDat(string $className) : ?string{
|
||||||
|
//THESE ARE DELIBERATELY HARDCODED, DO NOT CHANGE!
|
||||||
switch($className){
|
switch($className){
|
||||||
case 'pocketmine\level\generator\normal\Normal':
|
case 'pocketmine\level\generator\normal\Normal':
|
||||||
return "normal";
|
return "normal";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user