From 9648e9ac0c5960283e1e6f2a673282d15ec26633 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 26 Dec 2017 20:55:33 -0700 Subject: [PATCH] Remove excess space --- TShockAPI/Utils.cs | 2 -- 1 file changed, 2 deletions(-) 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();