Use Bukkit.getScheduler().runTaskAsynchronously to execute the report

This commit is contained in:
Allink 2023-07-25 17:08:05 +01:00
parent 794a25ba16
commit 9bef4581aa
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ public class Discord extends FreedomService
}
return true;
});
}, t -> Bukkit.getScheduler().runTaskAsynchronously(plugin, t));
}
// Do no ask why this is here. I spent two hours trying to make a simple thing work