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:
@@ -72,5 +72,6 @@ public class Commandtpaccept extends EssentialsCommand
|
||||
target.getTeleport().teleport(user, charge, TeleportCause.COMMAND);
|
||||
}
|
||||
user.requestTeleport(null, false);
|
||||
throw new NoChargeException();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user