mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-24 13:39:48 +07:00
Fixed support for object cofs
This commit is contained in:
parent
10ad5a354a
commit
991cd04261
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user