Skip to content

Commit

Permalink
Fix for renamed networktables dll
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jun 18, 2015
1 parent f774c4f commit 1ba5cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FRC Extension/DeployManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void DeployCode(SettingsPageGrid page)
files.Add(f);
continue;
}
if (f.Contains("NetworkTablesDotNet.dll"))
if (f.Contains("NetworkTables.dll"))
{
OutputWriter.Instance.WriteLine("Found Network Tables");
nt = true;
Expand Down

0 comments on commit 1ba5cb0

Please # to comment.