Skip to content

Commit

Permalink
Update Lang.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nlkomaru authored Feb 17, 2022
1 parent ec4462f commit 18eec6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/dev/nikomaru/raceassist/utils/Lang.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Lang {

suspend fun load() {
withContext(Dispatchers.IO) {
val lang = listOf("de_DE", "en_US", "fr_FR", "he_IL", "ja_JP", "ko_KR", "pt_PT", "tok", "zh_CN", "zh_TW")
val lang = listOf("ja_JP")
if (!plugin.dataFolder.exists()) {
plugin.dataFolder.mkdir()
}
Expand Down Expand Up @@ -63,4 +63,4 @@ object Lang {
return lang?.getProperty(key) ?: "Please tell your server administrator that you got this message.(RaceAssist is broken)"
}

}
}

0 comments on commit 18eec6d

Please sign in to comment.