We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fb2fc commit d6a5f4dCopy full SHA for d6a5f4d
1 file changed
src/main/java/de/oceanlabs/mcp/mcinjector/MCInjectorImpl.java
@@ -107,7 +107,7 @@ public void loadMap(String mapFile) throws IOException
107
{
108
mapReader = new FileReader(mapFile);
109
this.mappings.load(mapReader);
110
- if (initIndex == 0)
+ if (initIndex == 0 && generate)
111
112
Map<Integer, String> usedIds = new HashMap<Integer, String>();
113
Iterator<Object> itr = this.mappings.keySet().iterator();
0 commit comments