Cannot implicitly convert type `ListHashSet' to `System.Collections.Generic.List'Fixed
Replace Line 84:
List<BasePlayer> soundPlayers = new List<BasePlayer>();

ListHashSet<BasePlayer> soundPlayers = new ListHashSet<BasePlayer>();
Thank you ninco90!
Locked automatically