mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 16:05:00 +00:00
better
This commit is contained in:
parent
b8403f0bf9
commit
232b2788c5
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue