mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-04 01:51:58 +02:00
[API] fix implementation?
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user