Made clientdata utility path generic

This commit is contained in:
Obique
2019-02-06 15:10:52 -06:00
parent 3f6cf3c057
commit ac69c63ea6

View File

@@ -46,7 +46,7 @@ public class ClientdataPrinterDatatable {
public static void main(String [] args) throws IOException {
Log.addWrapper(new ConsoleLogWrapper());
printTable("datatables/travel/travel.iff");
printTable("path/to/iff.iff");
}
@SuppressWarnings("UseOfSystemOutOrSystemErr")