aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authoranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-23 22:29:40 +0000
committeranhgelus <anhgelus.morhtuuzh@proton.me>2024-08-23 22:29:40 +0000
commitd1d56e097d1aaa90358069370f454e65fc9dbbd5 (patch)
treefcfe59c6d292f4c52d3c81cd51dd019b0e72b388 /src/client
parent6401c130571f5dbd069cd04e7b1c58fb97d6de08 (diff)
feat(command): disable autocompletion for /molehunt moles when not mole
Diffstat (limited to 'src/client')
-rw-r--r--src/client/resources/assets/molehunt/lang/en_us.json2
-rw-r--r--src/client/resources/assets/molehunt/lang/fr_fr.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json
index 7d882e4..3a50d81 100644
--- a/src/client/resources/assets/molehunt/lang/en_us.json
+++ b/src/client/resources/assets/molehunt/lang/en_us.json
@@ -8,7 +8,7 @@
"molehunt.game.end.suspense.title": "§eAnd the winners are...",
"molehunt.game.end.winners.moles.title": "§cThe Moles!",
"molehunt.game.end.winners.survivors.title": "§aNot the Moles!",
- "molehunt.game.end.winners.subtitle": "§6The Moles were ",
+ "molehunt.game.end.winners.subtitle": "§6The Moles were",
"molehunt.game.start.suspense": "§eYou are...",
"molehunt.game.start.mole.title": "§cThe Mole!",
"molehunt.game.start.mole.subtitle": "§eGet the list of moles with §6/molehunt moles",
diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json
index cfd52d8..bb73ca8 100644
--- a/src/client/resources/assets/molehunt/lang/fr_fr.json
+++ b/src/client/resources/assets/molehunt/lang/fr_fr.json
@@ -8,7 +8,7 @@
"molehunt.game.end.suspense.title": "§eEt les gagnants sont...",
"molehunt.game.end.winners.moles.title": "§cLes Taupes !",
"molehunt.game.end.winners.survivors.title": "§aPas les Taupes !",
- "molehunt.game.end.winners.subtitle": "§Les Taupes sont ",
+ "molehunt.game.end.winners.subtitle": "§Les Taupes sont",
"molehunt.game.start.suspense": "§eVous êtes...",
"molehunt.game.start.mole.title": "§cLa Taupe !",
"molehunt.game.start.mole.subtitle": "§eRécupérer la liste des taupes avec §6/molehunt moles",