I'm having the same issue. Crafting is back to default speed with the same error message you listed above.
ItemCraftTask does not contain a definition for DequeueFixed
well im not the first but yeah same thing lol.
private void CompleteCrafting(BasePlayer player) { var crafter = player.inventory.crafting; if (crafter.queue.Count == 0) return; var task = crafter.queue.First(); crafter.FinishCrafting(task); //crafter.queue.Dequeue(); crafter.queue.Clear(); }------------I get this error when i try this: (23:07:12) | Error while compiling:-------------- CraftingController.cs(526,10): error CS1056: Unexpected character `'
Plugin isnt working on either of my servers after the new rust update
just use instacraft or wait for the author to update it
VanillaPLUSprivate void CompleteCrafting(BasePlayer player) { var crafter = player.inventory.crafting; if (crafter.queue.Count == 0) return; var task = crafter.queue.First(); crafter.FinishCrafting(task); //crafter.queue.Dequeue(); crafter.queue.Clear(); }------------I get this error when i try this: (23:07:12) | Error while compiling:-------------- CraftingController.cs(526,10): error CS1056: Unexpected character `'
You dont need to copy and paste the whole code, this is a bad idea as it leads to encoding errors.
Just manually change the code to be like what i've posted, it's just 2 lines.
I was just letting him know XD Does not worry me in the slightest!
Works for me ur a god @fullbanner
Is v2.5.6 working fine for everyone? I'm still using fullbanner's edits from yesterday without problems.
Yes it's working for me 100%theshadow
Is v2.5.6 working fine for everyone? I'm still using fullbanner's edits from yesterday without problems.
Locked automatically
- 1
- 2