Skip to content

Commit 1e82435

Browse files
committed
Update message to look for to start RCON on windows
1 parent 72a72ca commit 1e82435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FactorioWrapper/MainLoop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ private async void FactorioProcess_OutputDataReceived(object sender, DataReceive
450450

451451
string line = match.Groups[1].Value;
452452
#if WINDOWS
453-
if (line == "Info UDPSocket.cpp:45: Opening socket for broadcast")
453+
if (line == "Info UDPSocket.cpp:44: Opening socket for broadcast")
454454
{
455455
await ConnectRCON();
456456

0 commit comments

Comments
 (0)