Fixed support for object cofs

This commit is contained in:
Collin Smith 2019-12-02 17:16:56 -08:00
parent 10ad5a354a
commit 991cd04261

View File

@ -1616,6 +1616,8 @@ public class MPQViewer {
type = "monsters";
} else if (path.contains("chars")) {
type = "chars";
} else if (path.contains("objects")) {
type = "objects";
} else {
type = "null";
}