summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/com/earth2me/essentials
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
commit4edc39360a49649b4ac5f7224d423b53237d39ae (patch)
tree58e1728ac09bcbd673bd7c7c7fc1843ef0e46e05 /EssentialsGeoIP/src/com/earth2me/essentials
parentcd126264e0a246c914284b460c1e0075d199cba8 (diff)
downloadEssentials-4edc39360a49649b4ac5f7224d423b53237d39ae.tar
Essentials-4edc39360a49649b4ac5f7224d423b53237d39ae.tar.gz
Essentials-4edc39360a49649b4ac5f7224d423b53237d39ae.tar.lz
Essentials-4edc39360a49649b4ac5f7224d423b53237d39ae.tar.xz
Essentials-4edc39360a49649b4ac5f7224d423b53237d39ae.zip
Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously
Diffstat (limited to 'EssentialsGeoIP/src/com/earth2me/essentials')
-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()