summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
diff options
context:
space:
mode:
authorIaccidentally <coryhuckaby@gmail.com>2013-01-31 14:16:09 -0500
committerIaccidentally <coryhuckaby@gmail.com>2013-01-31 14:16:09 -0500
commitaa212f8068a0398b03f01750188375e011962552 (patch)
tree618769aedfba8d0c7923cffd25455c231aaed0f1 /EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
parentd1b463c2ce5e8207441770dc63f0a6df55fff5a4 (diff)
downloadEssentials-aa212f8068a0398b03f01750188375e011962552.tar
Essentials-aa212f8068a0398b03f01750188375e011962552.tar.gz
Essentials-aa212f8068a0398b03f01750188375e011962552.tar.lz
Essentials-aa212f8068a0398b03f01750188375e011962552.tar.xz
Essentials-aa212f8068a0398b03f01750188375e011962552.zip
Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously
Diffstat (limited to 'EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java')
-rw-r--r--EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
index 733d7212b..31324a841 100644
--- a/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
+++ b/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
@@ -44,7 +44,7 @@ public class EssentialsGeoIPPlayerListener implements Listener, IConf
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerJoin(final PlayerJoinEvent event)
{
- ess.scheduleAsyncDelayedTask(new Runnable()
+ ess.runTaskAsynchronously(new Runnable()
{
@Override
public void run()