Skip to content

Commit

Permalink
Release v1.0.6.0 last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlluky committed May 8, 2021
1 parent baf0a26 commit 00d1214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .vs/MANTIKOR/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Classes/TargetList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void addNewTarget()
Console.Write("Gateway IPv6-Address\t: ");
target.s_ipAddr = IPAddress.Parse(Console.ReadLine());

Console.Write("Gateway Physical-Address\t: ");
Console.Write("Gateway Physical-Address: ");
target.s_phAddr = parsePhysicalAddress(Console.ReadLine());
}

Expand Down

0 comments on commit 00d1214

Please sign in to comment.