Skip to content

Commit

Permalink
Fixed version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Denrage committed Mar 11, 2024
1 parent b46325c commit f8456f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blish HUD/GameServices/ArcDpsServiceV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private ArcDpsBridgeVersion GetVersion(uint processId) {
}

try {
var port = GetPort(processId, ArcDpsBridgeVersion.V2);
var port = GetPort(processId, ArcDpsBridgeVersion.V1);
var client = new TcpClient();
client.Connect(new IPEndPoint(IPAddress.Loopback, port));
client.Dispose();
Expand Down

0 comments on commit f8456f8

Please sign in to comment.