Hidden blocks only in the Placement UI (#5806)

* placeablePlayer

* placeablePlayer unlocked
This commit is contained in:
Sunny Kim
2021-08-22 00:29:16 +09:00
committed by GitHub
parent 92d3d3cd9c
commit ec1afdfdc4
2 changed files with 3 additions and 1 deletions

View File

@@ -443,7 +443,7 @@ public class PlacementFragment extends Fragment{
}
boolean unlocked(Block block){
return block.unlockedNow();
return block.unlockedNow() && block.placeablePlayer;
}
boolean hasInfoBox(){