mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-30 00:15:50 -04:00
Updated ServerFactory to allow parsing of tab-deliminated Server Datatable Files (.sdf txt files) to Interchangeable File Format for source control diff viewing instead of using binary files
An IFF is created for the corresponding SDF if: one does not exist or the SDF's modify date is > than the IFF's modify date
This commit is contained in:
@@ -45,6 +45,11 @@ public class SWGFile {
|
||||
|
||||
public SWGFile() {}
|
||||
|
||||
public SWGFile(String fileName, String type) {
|
||||
this(type);
|
||||
this.fileName = fileName;
|
||||
}
|
||||
|
||||
public SWGFile(String type) {
|
||||
this.type = type;
|
||||
this.master = new IffNode(type, true);
|
||||
|
||||
Reference in New Issue
Block a user