summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP
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
commit80e2c82399ce42b0f8a00fcdfa03f5de4c39dabf (patch)
tree32b2f85183a8689cca30cc5c8580dbc905e63316 /EssentialsGeoIP
parent8aad9a4cb5feb160153aac4356b0b0cc457d94f7 (diff)
downloadEssentials-80e2c82399ce42b0f8a00fcdfa03f5de4c39dabf.tar
Essentials-80e2c82399ce42b0f8a00fcdfa03f5de4c39dabf.tar.gz
Essentials-80e2c82399ce42b0f8a00fcdfa03f5de4c39dabf.tar.lz
Essentials-80e2c82399ce42b0f8a00fcdfa03f5de4c39dabf.tar.xz
Essentials-80e2c82399ce42b0f8a00fcdfa03f5de4c39dabf.zip
Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously
Diffstat (limited to 'EssentialsGeoIP')
-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()