From 13e371f56fde15b7971cde041580a6c4ddb0cab4 Mon Sep 17 00:00:00 2001 From: supervoidcoder <88671013+supervoidcoder@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:14:49 -0500 Subject: [PATCH] Revert "fix: test release" --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index cf20db3..881f530 100644 --- a/main.cpp +++ b/main.cpp @@ -247,7 +247,7 @@ UPDATE: This is done now!! pid = 0; } else { - pid = parentPid; + pid = parentPid; } found = true; break;