From 928e93a7dac3da79b62277881116bb7e1505bba6 Mon Sep 17 00:00:00 2001 From: HeroponRikiBestest <50224630+HeroponRikiBestest@users.noreply.github.com> Date: Sun, 20 Apr 2025 20:36:35 -0400 Subject: [PATCH] Fix my own Frontline Proactive sample comment spacing because it was bothering me so much I couldn't go to bed (#363) --- BinaryObjectScanner/Protection/StarForce.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BinaryObjectScanner/Protection/StarForce.cs b/BinaryObjectScanner/Protection/StarForce.cs index f3c1b4c2..01aac081 100644 --- a/BinaryObjectScanner/Protection/StarForce.cs +++ b/BinaryObjectScanner/Protection/StarForce.cs @@ -54,9 +54,9 @@ namespace BinaryObjectScanner.Protection return $"StarForce {pex.GetInternalVersion()}"; // FrontLine ProActive (digital activation), samples: - //https://dbox.tools/titles/pc/46450FA4/ - //https://dbox.tools/titles/pc/4F430FA0/ - //https://dbox.tools/titles/pc/53450FA1/ + // https://dbox.tools/titles/pc/46450FA4/ + // https://dbox.tools/titles/pc/4F430FA0/ + // https://dbox.tools/titles/pc/53450FA1/ name = pex.GetVersionInfoString(key: "TradeName"); if (name.OptionalContains("FL ProActive")) return $"FrontLine ProActive";