mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +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
|
||||
*/
|
||||
protected static function hackyFixForGeneratorClasspathInLevelDat(string $className) : ?string{
|
||||
//THESE ARE DELIBERATELY HARDCODED, DO NOT CHANGE!
|
||||
switch($className){
|
||||
case 'pocketmine\level\generator\normal\Normal':
|
||||
return "normal";
|
||||
|
Loading…
x
Reference in New Issue
Block a user