Skip to content

Commit

Permalink
style: const
Browse files Browse the repository at this point in the history
  • Loading branch information
SiongSng committed Feb 26, 2023
1 parent 1b4b9ab commit 3392012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.net.URL
import java.nio.charset.StandardCharsets

object TranslateResourcePack {
private val fileName = "RPMTW-Translate-Resource-Pack-1.19.zip"
private const val fileName = "RPMTW-Translate-Resource-Pack-1.19.zip"
private val resourcePackFolder: File = RPMTWPlatformModPlugin.getGameFolder().resolve("resourcepacks")
private val resourcePackFile = resourcePackFolder.resolve(fileName)
private val cacheFile = Util.getFileLocation(fileName)
Expand Down

0 comments on commit 3392012

Please sign in to comment.