From ecd2484cb93ebb5677583e772e289ce4c314b468 Mon Sep 17 00:00:00 2001 From: Iaccidentally Date: Sat, 13 Jul 2013 12:40:50 -0400 Subject: [API] fix other modules to use new packages --- .../src/com/earth2me/essentials/protect/EssentialsConnect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java') diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java index f19362ee2..09f84efe2 100644 --- a/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java +++ b/EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsConnect.java @@ -2,7 +2,7 @@ package com.earth2me.essentials.protect; import static com.earth2me.essentials.I18n._; import com.earth2me.essentials.IConf; -import com.earth2me.essentials.IEssentials; +import net.ess3.api.IEssentials; import java.util.logging.Level; import java.util.logging.Logger; import org.bukkit.plugin.Plugin; -- cgit v1.2.3