mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Minor:
Fix BukkitLegacyMappings method map usage Move obtaining legacy block to default clause Task should be async
This commit is contained in:
@ -32,7 +32,7 @@ public abstract class TaskManager {
|
||||
if (IMP == null) {
|
||||
throw new IllegalArgumentException("disabled");
|
||||
}
|
||||
return IMP.taskRepeat(runnable, interval);
|
||||
return IMP.taskRepeatAsync(runnable, interval);
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user