mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-26 17:05:01 +00:00
Use Bukkit.getScheduler().runTaskAsynchronously to execute the report
This commit is contained in:
parent
794a25ba16
commit
9bef4581aa
@ -478,7 +478,7 @@ public class Discord extends FreedomService
|
|||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
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
|
// Do no ask why this is here. I spent two hours trying to make a simple thing work
|
||||||
|
Loading…
Reference in New Issue
Block a user