summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/Teleport.java
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2013-07-13 12:52:08 -0400
committerIaccidentally <coryhuckaby@gmail.com>2013-07-13 12:52:08 -0400
commit3082aeee94616ce790f7ccbc7e1fc761c5701fce (patch)
tree98b76403680a1aa809b1321d220bf475fb61c680 /Essentials/src/com/earth2me/essentials/Teleport.java
parent12c9bb311a60074ceeb2399027d92e3dab6b63a0 (diff)
downloadEssentials-3082aeee94616ce790f7ccbc7e1fc761c5701fce.tar
Essentials-3082aeee94616ce790f7ccbc7e1fc761c5701fce.tar.gz
Essentials-3082aeee94616ce790f7ccbc7e1fc761c5701fce.tar.lz
Essentials-3082aeee94616ce790f7ccbc7e1fc761c5701fce.tar.xz
Essentials-3082aeee94616ce790f7ccbc7e1fc761c5701fce.zip
[API] fix implementation?
Diffstat (limited to 'Essentials/src/com/earth2me/essentials/Teleport.java')
-rw-r--r--Essentials/src/com/earth2me/essentials/Teleport.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/Essentials/src/com/earth2me/essentials/Teleport.java b/Essentials/src/com/earth2me/essentials/Teleport.java
index 4db461849..6b287fb8d 100644
--- a/Essentials/src/com/earth2me/essentials/Teleport.java
+++ b/Essentials/src/com/earth2me/essentials/Teleport.java
@@ -3,7 +3,6 @@ package com.earth2me.essentials;
import net.ess3.api.IEssentials;
import net.ess3.api.IUser;
import static com.earth2me.essentials.I18n._;
-import net.ess3.api.ITeleport;
import com.earth2me.essentials.utils.DateUtil;
import com.earth2me.essentials.utils.LocationUtil;
import java.util.Calendar;
@@ -14,8 +13,8 @@ import org.bukkit.event.player.PlayerRespawnEvent;
import org.bukkit.event.player.PlayerTeleportEvent.TeleportCause;
-public class Teleport implements ITeleport
-{
+public class Teleport implements net.ess3.api.ITeleport
+{
private final IUser teleportOwner;
private final IEssentials ess;
private TimedTeleport timedTeleport;