mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-11 06:10:50 +01: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