Test translations
This commit is contained in:
parent
a44062965a
commit
e4a85da900
|
@ -2,6 +2,9 @@
|
|||
//
|
||||
// -Momento en el que se cambia al mapa grande, changeToBigMapOn variable
|
||||
// -Momento en el que se cambia al mapa pequeño, changeToClassicMapOn variable
|
||||
var translations = {
|
||||
wellcome: `👋 Welcome ${player.name} !\nEnter "t" before your message to use team chat and "@@" followed by a player name to PM him !`
|
||||
}
|
||||
// CHANGES BY BORRAGEIROS
|
||||
|
||||
|
||||
|
@ -3211,7 +3214,7 @@ room.onPlayerJoin = function (player) {
|
|||
}).then((res) => res);
|
||||
}
|
||||
room.sendAnnouncement(
|
||||
`👋 Welcome ${player.name} !\nEnter "t" before your message to use team chat and "@@" followed by a player name to PM him !`,
|
||||
translations.wellcome,
|
||||
player.id,
|
||||
welcomeColor,
|
||||
'bold',
|
||||
|
|
Loading…
Reference in New Issue
Block a user