Fixed internal command char not properly displayed in respawn hint

This commit is contained in:
Tasuku Bobcorn 2022-09-21 21:35:36 +08:00
parent b5cf315ca1
commit 0445454c72
7 changed files with 7 additions and 7 deletions

View file

@ -2996,7 +2996,7 @@ namespace MinecraftClient
}
else
{
Log.Info(Translations.Get("mcc.player_dead"));
Log.Info(Translations.Get("mcc.player_dead", (Settings.internalCmdChar == ' ' ? "" : "" + Settings.internalCmdChar)));
}
DispatchBotEvent(bot => bot.OnDeath());
}