[Error] Error while compiling: RaidLimit.cs(1317,76): error CS0039: Cannot convert type `ListHashSet<BasePlayer>' to `System.Collections.Generic.List<BasePlayer>' via a built-in conversion
Cannot convert type `ListHashSet<BasePlayer>' to `System.Collections.Generic.List<BasePlayer>'Fixed
@NoName check possible fix for bug mentioned by Chokitu here:
Is this a problem after this date?
noname
Is this a problem after this date?
Rust changed List<BasePlayer> to ListHashSet<BasePlayer>
If I change all the List<BasePlayer> to ListHashSet<BasePlayer> will it fix?
Wulf
Rust changed List<BasePlayer> to ListHashSet<BasePlayer>
I haven't been able to afford it lately, but thank you so much for doing it for me.
Thank you guys!
Locked automatically