Index: /applications/editors/josm/plugins/reverter/build.xml
===================================================================
--- /applications/editors/josm/plugins/reverter/build.xml	(revision 35225)
+++ /applications/editors/josm/plugins/reverter/build.xml	(revision 35226)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="Reverter: fix deleted/redacted relation members"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14946"/>
+    <property name="plugin.main.version" value="15520"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: /applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java
===================================================================
--- /applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java	(revision 35225)
+++ /applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java	(revision 35226)
@@ -283,5 +283,5 @@
     public void downloadMissingPrimitives(ProgressMonitor monitor) throws OsmTransferException {
         if (!hasMissingObjects()) return;
-        MultiFetchServerObjectReader rdr = MultiFetchServerObjectReader.create();
+        MultiFetchServerObjectReader rdr = MultiFetchServerObjectReader.create(false);
         for (PrimitiveId id : missing) {
             switch (id.getType()) {
