mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-25 08:52:40 +01:00
Should fix tpaccept charge bug - needs testing
This commit is contained in:
parent
781ad92240
commit
83a712826c
@ -72,5 +72,6 @@ public class Commandtpaccept extends EssentialsCommand
|
||||
target.getTeleport().teleport(user, charge, TeleportCause.COMMAND);
|
||||
}
|
||||
user.requestTeleport(null, false);
|
||||
throw new NoChargeException();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user