Remove excess space

This commit is contained in:
Lucas Nicodemus 2017-12-26 20:55:33 -07:00
parent 11920cde48
commit 9648e9ac0c

View file

@ -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();