summaryrefslogtreecommitdiffstats
path: root/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2013-07-13 12:40:50 -0400
committerIaccidentally <coryhuckaby@gmail.com>2013-07-13 12:40:50 -0400
commitecd2484cb93ebb5677583e772e289ce4c314b468 (patch)
treef4f71af1ec311340b57e4382c9873ec5aa1af910 /EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java
parentadb5189d42c8707bbf8ccdf7988f0c96ea5d04c2 (diff)
downloadEssentials-ecd2484cb93ebb5677583e772e289ce4c314b468.tar
Essentials-ecd2484cb93ebb5677583e772e289ce4c314b468.tar.gz
Essentials-ecd2484cb93ebb5677583e772e289ce4c314b468.tar.lz
Essentials-ecd2484cb93ebb5677583e772e289ce4c314b468.tar.xz
Essentials-ecd2484cb93ebb5677583e772e289ce4c314b468.zip
[API] fix other modules to use new packages
Diffstat (limited to 'EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java')
-rw-r--r--EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java b/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java
index f2912db22..7789dbeac 100644
--- a/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java
+++ b/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java
@@ -1,8 +1,8 @@
package com.earth2me.essentials.chat;
-import com.earth2me.essentials.IEssentials;
import com.earth2me.essentials.User;
import com.earth2me.essentials.utils.FormatUtil;
+import net.ess3.api.IEssentials;
import java.util.Locale;
import java.util.Map;
import org.bukkit.Server;