Skip to content

Commit

Permalink
enable the new queue mechs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 6, 2019
1 parent 14cd435 commit 6636cc3
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -31,7 +31,8 @@ public static BukkitQueueProperties getFrom(dObject queue) {
};

public static final String[] handledMechs = new String[] {
}; // None
"linked_player", "linked_npc"
};

private BukkitQueueProperties(ScriptQueue queue) {
this.queue = queue;
Expand Down

0 comments on commit 6636cc3

Please sign in to comment.