Update chart format.
This commit is contained in:
@@ -432,7 +432,7 @@ namespace Cryville.Crtr {
|
||||
MissingMemberHandling = MissingMemberHandling.Error
|
||||
});
|
||||
|
||||
if (chart.format != 1) throw new FormatException("Invalid chart file format version");
|
||||
if (chart.format != 2) throw new FormatException("Invalid chart file format version");
|
||||
|
||||
etor = new PdtEvaluator();
|
||||
|
||||
|
Reference in New Issue
Block a user