Skip to content

Commit

Permalink
Remove sanity check from startup
Browse files Browse the repository at this point in the history
  • Loading branch information
hbivnm committed Jan 5, 2023
1 parent cea9fb7 commit 7a9c207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VenomCrosshairs/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ private void initVC()
try
{
textBoxTF2Path.Text = File.ReadAllText(PATH_VC_RESOURCES_VC_USERPATH_CFG_FILE);
performSanityCheck(textBoxTF2Path.Text);
}
catch (Exception ex)
{
Expand Down

0 comments on commit 7a9c207

Please sign in to comment.