From 36e4fa474b72c34899a62ed4d70062575088c1c3 Mon Sep 17 00:00:00 2001 From: Graham Date: Thu, 31 Dec 2020 11:56:46 +0000 Subject: [PATCH] Fix comment Signed-off-by: Graham --- cache/src/main/kotlin/org/openrs2/cache/Js5Compression.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }