Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1135 from Noobgam/RedundantTemporary
Browse files Browse the repository at this point in the history
Redundant temporary
  • Loading branch information
BlueRaja committed Sep 17, 2018
2 parents 62bece2 + 4016028 commit 5ff8110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SteamBot/BotManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class BotManager : IDisposable
public BotManager()
{
useSeparateProcesses = false;
new List<Bot>();
botProcs = new List<RunningBot>();
}

Expand Down

0 comments on commit 5ff8110

Please sign in to comment.