1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronously

This commit is contained in:
Iaccidentally
2013-01-31 14:16:09 -05:00
parent cd126264e0
commit 4edc39360a
12 changed files with 30 additions and 29 deletions

View File

@@ -72,7 +72,7 @@ public class EssentialsSpawnPlayerListener implements Listener
public void onPlayerJoin(final PlayerJoinEvent event)
{
ess.scheduleAsyncDelayedTask(new Runnable()
ess.runTaskAsynchronously(new Runnable()
{
@Override
public void run()