mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Standardise SNAKE_CASE for surrogate enums
This commit is contained in:
@ -375,7 +375,7 @@ class BlockFactory{
|
||||
}
|
||||
foreach($slabTypes as $type){
|
||||
self::register($type);
|
||||
self::register((clone $type)->setSlabType(SlabType::double())); //flattening hack
|
||||
self::register((clone $type)->setSlabType(SlabType::DOUBLE())); //flattening hack
|
||||
}
|
||||
|
||||
static $wallTypes = [
|
||||
|
Reference in New Issue
Block a user