Should fix tpaccept charge bug - needs testing

This commit is contained in:
KHobbits 2012-09-29 03:59:31 +01:00
parent afccda6350
commit 69cd17a1b1

View file

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