Fixed #11147
This commit is contained in:
@@ -356,7 +356,10 @@ public class MapEditor{
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
if(out != config){
|
if(out != config){
|
||||||
|
boolean prev = state.rules.editor;
|
||||||
|
state.rules.editor = true;
|
||||||
tile.build.configureAny(out);
|
tile.build.configureAny(out);
|
||||||
|
state.rules.editor = prev;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user