mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-17 07:33:54 +00:00
Use Bukkit.getScheduler().runTaskAsynchronously to execute the report
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user