This commit is contained in:
Dylan K. Taylor
2022-02-01 17:44:12 +00:00
parent 979f6f3d57
commit f4f4ea1483
2 changed files with 1 additions and 6 deletions

View File

@ -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(){