QuickSort - Failed to compile: Argument 2: cannot convert from 'Facepunch.StringView[]' to 'string[]' | Line: 593, Pos: 39

QuickSort - Failed to compile: Argument 2: cannot convert from 'Facepunch.StringView[]' to 'string[]' | Line: 593, Pos: 39

commenting for update (same issue)

replace line 593

SortItems(player, arg.Args == null ? null : Array.ConvertAll(arg.Args, sv => sv.ToString()));

Colors

replace line 593

SortItems(player, arg.Args == null ? null : Array.ConvertAll(arg.Args, sv => sv.ToString()));

thank you