Skip to content

Commit 8b86187

Browse files
Recomment the dumpSPR2 code
1 parent 5efcfbe commit 8b86187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sprchunkdumper-cli/src/main/kotlin/net/sneakysims/sprchunkdumper/cli/SPRChunkDumperCLI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class SPRChunkDumperCLI : CliktCommand() {
2525
val iff = IFF.read(file.readBytes())
2626

2727
dumpSPR(iff, file.nameWithoutExtension)
28-
// dumpSPR2(iff, file.nameWithoutExtension)
28+
dumpSPR2(iff, file.nameWithoutExtension)
2929
}
3030

3131
fun dumpSPR(iff: IFF, prefix: String) {

0 commit comments

Comments
 (0)