ExtendedRecycler - Failed to compile: Argument 1: cannot convert from 'Facepunch.StringView' to 'string' | Line: 608, Pos: 46
Plugin broken
commenting to get updates (facing same issue)
Same...
oxide.reload ExtendedRecycler
Error while compiling ExtendedRecycler: Argument 1: cannot convert from 'Facepunch.StringView' to 'string' | Line: 608, Pos: 46
Merged post
ALLCON,
You have to comment out both functions...
[ConsoleCommand("recycler.give")]
private void Cmd(ConsoleSystem.Arg arg)
{ ... }
[ConsoleCommand("recycler.setbalance")]
private void SetBalanceCMD(ConsoleSystem.Arg arg)
{ ... } confirmed, commenting for updates to issue
Updated, sorry for the wait. 😧
I get this message when loading the plugin, not sure if that's relevant or how big performance issues could be:
Warning! 'ExtendedRecycler' uses UnityEngine.GameObject.FindObjectsOfType. That may cause significant performance drops, and/or server stalls. Report to the developer or use at your own discretion!