3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 20:43:04 +02:00

Added a few more lang string translations

Dieser Commit ist enthalten in:
rtm516 2020-04-04 17:44:41 +01:00
Ursprung 65277dc82a
Commit 7298e2ff3f

Datei anzeigen

@ -115,8 +115,15 @@ public class MessageUtils {
return "tile.bed.respawnSet";
case "chat.type.advancement.task":
case "chat.type.advancement.challenge":
case "chat.type.advancement.goal":
return "chat.type.achievement";
case "commands.teleport.success.entity.single":
return "commands.tp.success";
case "commands.teleport.success.location.single":
return "commands.tp.success.coordinates";
default:
return messageText;
}