From 232b2788c58fea898ae78113ba1b4f6a2e13871c Mon Sep 17 00:00:00 2001 From: speed <43330808+speedxx@users.noreply.github.com> Date: Wed, 29 Jul 2020 22:51:40 -0400 Subject: [PATCH] better --- .../me/totalfreedom/tfguilds/command/InviteSubcommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}