mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-10 04:18:34 +00:00
wip on FaweQueue
This commit is contained in:
@ -173,7 +173,7 @@ public class FaweAPI {
|
||||
* @param world The name of the world
|
||||
* @param autoqueue If it should start dispatching before you enqueue it.
|
||||
* @return
|
||||
* @see FaweQueue#enqueue()
|
||||
* @see IQueueExtent#enqueue()
|
||||
*/
|
||||
public static IQueueExtent createQueue(World world, boolean autoqueue) {
|
||||
IQueueExtent queue = Fawe.get().getQueueHandler().getQueue(world);
|
||||
|
Reference in New Issue
Block a user