Fix comment

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent 95108126f1
commit 36e4fa474b
  1. 4
      cache/src/main/kotlin/org/openrs2/cache/Js5Compression.kt

@ -82,8 +82,8 @@ public object Js5Compression {
*
* TODO(gpe): are there any clients with LZMA support _and_ the
* decryption bug? Could the enableLzma flag be re-used for
* enableNoneWithKey? Or should LZMA also be disabled in clients
* with the decryption bug?
* enableUncompressedEncryption? Or should LZMA also be disabled in
* clients with the decryption bug?
*/
types += Js5CompressionType.UNCOMPRESSED
}

Loading…
Cancel
Save