diff --git a/cache/src/main/kotlin/org/openrs2/cache/Js5Compression.kt b/cache/src/main/kotlin/org/openrs2/cache/Js5Compression.kt index 7cf43746..d07eb3f9 100644 --- a/cache/src/main/kotlin/org/openrs2/cache/Js5Compression.kt +++ b/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 }