Use multi-line comment

Signed-off-by: Graham <gpe@openrs2.org>
bzip2
Graham 2 years ago
parent ac9dc83031
commit be1f293b0a
  1. 6
      cache/src/main/kotlin/org/openrs2/cache/JagArchive.kt

@ -249,8 +249,10 @@ public class JagArchive : Closeable {
uncompress(entry, !compressedArchive, entryLen, uncompressedEntryLen).use { entryBuf ->
if (!archive.existsNamed(nameHash)) {
// Store the first entry if there is a collision,
// for compatibility with the client.
/*
* Store the first entry if there is a collision,
* for compatibility with the client.
*/
archive.writeNamed(nameHash, entryBuf)
}
}

Loading…
Cancel
Save