Skip to content

Commit 18135df

Browse files
committed
ReEnable copyBAFlags
Re-Enables the slow copyBAFlag function for the beta test.
1 parent e14e4c1 commit 18135df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BaToImperator/src/main/java/com/paradoxgameconverters/batoir/Directories.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public static void descriptors(String outputDir, String irModDir, String modName
171171
out.println("}");
172172
out.println("name="+quote+"Converted - "+modName+quote);
173173
out.println("path="+quote+mainModFolder+"/"+quote);
174-
out.println("supported_version="+quote+"2.*"+quote);
174+
out.println("supported_version="+quote+"2.0.4"+quote);
175175

176176
out.flush();
177177

BaToImperator/src/main/java/com/paradoxgameconverters/batoir/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ public static void main (String[] args) throws IOException
737737
LOGGER.info("defaultOutput copied after "+outputTimeTot+" minutes");
738738
LOGGER.finest("69%");
739739

740-
////Output.copyBAFlags(modFlagGFX,modDirectory); //Copies flag gfx, really slow, comment out during testing
740+
Output.copyBAFlags(modFlagGFX,modDirectory); //Copies flag gfx, really slow, comment out during testing
741741
Output.namedColorCreation(colorList,modDirectory);
742742

743743
flag = 0;

0 commit comments

Comments
 (0)