mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 16:05:00 +00:00
accidentally ended translation early
This commit is contained in:
parent
0cfb7f904b
commit
ad4fb45059
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class InviteSubcommand extends Common implements CommandExecutor
|
||||||
}
|
}
|
||||||
|
|
||||||
INVITES.put(invitee, guild);
|
INVITES.put(invitee, guild);
|
||||||
invitee.sendMessage(tl("%p%You have been invited to join %s%" + GUtil.colorize(guild.getName())) + "%p% through %s%" + player.getName() + "%p%'s invite!");
|
invitee.sendMessage(tl("%p%You have been invited to join %s%" + GUtil.colorize(guild.getName()) + "%p% through %s%" + player.getName() + "%p%'s invite!"));
|
||||||
invitee.sendMessage(tl("%p%Do %s%/g join " + ChatColor.stripColor(GUtil.colorize(guild.getName())) + "%p% to join!"));
|
invitee.sendMessage(tl("%p%Do %s%/g join " + ChatColor.stripColor(GUtil.colorize(guild.getName())) + "%p% to join!"));
|
||||||
invitee.sendMessage(tl("%p%This invite will expire in 90 seconds."));
|
invitee.sendMessage(tl("%p%This invite will expire in 90 seconds."));
|
||||||
sender.sendMessage(tl("%p%Invite sent!"));
|
sender.sendMessage(tl("%p%Invite sent!"));
|
||||||
|
|
Loading…
Reference in a new issue