diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs index 0b2ced71..2a827950 100644 --- a/TShockAPI/Utils.cs +++ b/TShockAPI/Utils.cs @@ -210,8 +210,6 @@ namespace TShockAPI return Main.player.Where(p => null != p && p.active).Count(); } - - //Random should not be generated in a method Random r = new Random();