Sea port map fixes

This commit is contained in:
Anuken
2024-10-02 21:06:22 -04:00
parent d431ed8480
commit 24daa1e933
4 changed files with 3 additions and 3 deletions

View File

@@ -400,7 +400,7 @@ public class PlacementFragment{
}
}).growX().left().margin(3);
if(!displayBlock.isPlaceable() || !player.isBuilder()){
if((!displayBlock.isPlaceable() || !player.isBuilder()) && !state.rules.editor){
topTable.row();
topTable.table(b -> {
b.image(Icon.cancel).padRight(2).color(Color.scarlet);