mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-12 22:04:14 +01:00
Should fix tpaccept charge bug - needs testing
This commit is contained in:
parent
afccda6350
commit
69cd17a1b1
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user