mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-25 16:54:18 +00:00
[trunk] possible tpa fix, can't test
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1358 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
eaae9e7c75
commit
35d03143e0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class Commandtpaccept extends EssentialsCommand
|
|||
user.canAfford(this);
|
||||
user.sendMessage("§7Teleport request accepted.");
|
||||
p.sendMessage("§7Teleport request accepted.");
|
||||
user.getTeleport().teleport(user, this.getName());
|
||||
p.getTeleport().teleport(user, this.getName());
|
||||
}
|
||||
user.requestTeleport(null, false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue