1. I can't compile my plugin after today's update

    Error while compiling: UltraKits.cs(479,59): error CS1503: Argument `#2' cann
    ot convert `System.Linq.IGrouping<int,string>' expression to type `string[]'

    Any idea?
     
  2. Wulf

    Wulf Community Admin

    Whatever is on line 479 can’t be converted to string[].
     
  3. Thanks. Just panic...