var online = BasePlayer.activePlayerList as List<BasePlayer>;
foreach (BasePlayer bplayer in online)creating a player list gives a compile error
Error while compiling: NooBhub.cs(213,54): error CS0039: Cannot convert type `ListHashSet<BasePlayer>' to `System.Collections.Generic.List<BasePlayer>' via a built-in conversionany workaround now after update?