mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 13:33:48 +00:00
Revert to 1013
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1021 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
81c9b91561
commit
08041599ff
44 changed files with 2273 additions and 867 deletions
|
@ -27,14 +27,14 @@ public class Commandtpaccept extends EssentialsCommand
|
|||
user.canAfford(this);
|
||||
user.sendMessage("§7Teleport request accepted.");
|
||||
p.sendMessage("§7Teleport request accepted.");
|
||||
user.teleport(p, this.getName());
|
||||
user.teleportTo(p, this.getName());
|
||||
}
|
||||
else
|
||||
{
|
||||
user.canAfford(this);
|
||||
user.sendMessage("§7Teleport request accepted.");
|
||||
p.sendMessage("§7Teleport request accepted.");
|
||||
p.teleport(user, this.getName());
|
||||
p.teleportTo(user, this.getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue