mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fixed internal command char not properly displayed in respawn hint
This commit is contained in:
parent
b5cf315ca1
commit
0445454c72
7 changed files with 7 additions and 7 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue