From 4edc39360a49649b4ac5f7224d423b53237d39ae Mon Sep 17 00:00:00 2001 From: Iaccidentally Date: Thu, 31 Jan 2013 14:16:09 -0500 Subject: Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously --- .../com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EssentialsGeoIP/src/com/earth2me/essentials') 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() -- cgit v1.2.3