1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-01 18:53:27 +02:00

Should fix tpaccept charge bug - needs testing

This commit is contained in:
KHobbits
2012-09-29 03:59:31 +01:00
parent 781ad92240
commit 83a712826c

View File

@@ -72,5 +72,6 @@ public class Commandtpaccept extends EssentialsCommand
target.getTeleport().teleport(user, charge, TeleportCause.COMMAND); target.getTeleport().teleport(user, charge, TeleportCause.COMMAND);
} }
user.requestTeleport(null, false); user.requestTeleport(null, false);
throw new NoChargeException();
} }
} }