Deprecate TimedTeleport

This commit is contained in:
md678685 2020-07-06 18:49:07 +01:00
parent 1be3daf0b5
commit c4d318b7d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;