mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Deprecate TimedTeleport
This commit is contained in:
parent
1be3daf0b5
commit
c4d318b7d0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import java.util.UUID;
|
|||
|
||||
import static com.earth2me.essentials.I18n.tl;
|
||||
|
||||
|
||||
@Deprecated
|
||||
public class TimedTeleport implements Runnable {
|
||||
private static final double MOVE_CONSTANT = 0.3;
|
||||
private final IUser teleportOwner;
|
||||
|
|
Loading…
Reference in a new issue