We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a0f28 commit f1877a3Copy full SHA for f1877a3
1 file changed
src/main/java/com/ffxivcensus/gatherer/Console.java
@@ -99,7 +99,7 @@ public static GathererController run(String [] args){
99
gatherer.setPrintFails(cmd.hasOption("F"));
100
101
//Split tables
102
- gatherer.setStoreMounts(cmd.hasOption("S"));
+ gatherer.setSplitTables(cmd.hasOption("S"));
103
104
//Set suffix
105
if(cmd.hasOption("x")){
0 commit comments