mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2026-06-04 02:36:53 +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