mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
fix CS
This commit is contained in:
@ -50,9 +50,7 @@ final class RuntimeBlockMapping{
|
||||
*/
|
||||
private array $networkIdCache = [];
|
||||
|
||||
/**
|
||||
* Used when a blockstate can't be correctly serialized (e.g. because it's unknown)
|
||||
*/
|
||||
/** Used when a blockstate can't be correctly serialized (e.g. because it's unknown) */
|
||||
private BlockStateData $fallbackStateData;
|
||||
|
||||
private function __construct(){
|
||||
|
Reference in New Issue
Block a user