mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 12:01:20 +02:00
@@ -41,14 +41,6 @@ public class Commandtpaccept extends EssentialsCommand
|
||||
}
|
||||
|
||||
final Trade charge = new Trade(commandName, ess);
|
||||
if (user.isTpRequestHere())
|
||||
{
|
||||
charge.isAffordableFor(user);
|
||||
}
|
||||
else
|
||||
{
|
||||
charge.isAffordableFor(target);
|
||||
}
|
||||
user.sendMessage(_("requestAccepted"));
|
||||
target.sendMessage(_("requestAcceptedFrom", user.getPlayer().getDisplayName()));
|
||||
|
||||
|
Reference in New Issue
Block a user