diff --git a/src/main/java/me/totalfreedom/tfguilds/command/InviteSubcommand.java b/src/main/java/me/totalfreedom/tfguilds/command/InviteSubcommand.java index fd60780..c39d9cc 100644 --- a/src/main/java/me/totalfreedom/tfguilds/command/InviteSubcommand.java +++ b/src/main/java/me/totalfreedom/tfguilds/command/InviteSubcommand.java @@ -83,9 +83,9 @@ public class InviteSubcommand extends Common implements CommandExecutor } INVITES.remove(player); invitee.sendMessage(ChatColor.RED + "Invite expired."); - sender.sendMessage(ChatColor.RED + "Invite expired."); + sender.sendMessage(ChatColor.RED + "It has been 90 seconds and " + invitee.getName() + " did not accept your invitation."); } }.runTaskLater(plugin, 20 * 90); return true; } -} \ No newline at end of file +}