aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-17 17:30:22 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-17 18:06:18 +0100
commit007aa2b47484b0ea2f653ee5fced4f081df918dc (patch)
tree5efe2d3fc94249bf0e779e17e7c3d0fecaa77b3d /src/client
parent8df7794e7413165f972adcaa3516d449265d8aa3 (diff)
fix(command): can start game is already launched
Diffstat (limited to 'src/client')
-rw-r--r--src/client/resources/assets/molehunt/lang/en_us.json1
-rw-r--r--src/client/resources/assets/molehunt/lang/fr_fr.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json
index 267230a..9c10680 100644
--- a/src/client/resources/assets/molehunt/lang/en_us.json
+++ b/src/client/resources/assets/molehunt/lang/en_us.json
@@ -1,5 +1,6 @@
{
"commands.molehunt.error.game_not_started": "The Molehunt game has not been started yet.",
+ "commands.molehunt.error.game_already_started": "The Molehunt game has already been started yet.",
"commands.molehunt.timer.show": "Showing Molehunt timer.",
"commands.molehunt.timer.hide": "Hiding Molehunt timer.",
"commands.molehunt.role.mole": "§cYou are a Mole.\nKill all the survivors before the timer runs out.",
diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json
index 62c10ca..c481d76 100644
--- a/src/client/resources/assets/molehunt/lang/fr_fr.json
+++ b/src/client/resources/assets/molehunt/lang/fr_fr.json
@@ -1,5 +1,6 @@
{
"commands.molehunt.error.game_not_started": "La partie de Molehunt n'a pas encore commencé.",
+ "commands.molehunt.error.game_already_started": "La partie de Molehunt a déjà été lancée.",
"commands.molehunt.timer.show": "Le timer est maintenant affiché.",
"commands.molehunt.timer.hide": "Le timer est maintenant caché.",
"commands.molehunt.role.mole": "§cVous êtes une taupe.\nTuez tous les survivants avant la fin de la partie..",