This commit is contained in:
Anuken
2025-08-17 10:25:35 -04:00
parent 1fe5055a96
commit d1222fe8f1

View File

@@ -356,7 +356,10 @@ public class MapEditor{
}
});
if(out != config){
boolean prev = state.rules.editor;
state.rules.editor = true;
tile.build.configureAny(out);
state.rules.editor = prev;
}
}
}