mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-12 09:15:28 +02:00
Fixed Async deprecation issues
This commit is contained in:
@@ -46,6 +46,6 @@ public class MmoupdateCommand implements CommandExecutor {
|
||||
return;
|
||||
}
|
||||
|
||||
plugin.getServer().getScheduler().scheduleAsyncDelayedTask(plugin, new SQLConversionTask(plugin), 1);
|
||||
plugin.getServer().getScheduler().runTaskLaterAsynchronously(plugin, new SQLConversionTask(plugin), 1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user