From 3a5b26af9c084085102c2013ed4991984ca07fc1 Mon Sep 17 00:00:00 2001 From: kqnori <96951674+kqnori@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:52:47 +0200 Subject: [PATCH] Remove prefixes directory creation check Removed unnecessary directory creation for prefixes. --- Program.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Program.cs b/Program.cs index 19342a2..9752760 100644 --- a/Program.cs +++ b/Program.cs @@ -26,10 +26,6 @@ if (!Directory.Exists(userProfilePath + "/.config/OFME-Linux/banners")) { Directory.CreateDirectory(userProfilePath + "/.config/OFME-Linux/banners"); } -if (!Directory.Exists(userProfilePath + "/.local/share/OnlineFix Linux Launcher/prefixes")) -{ - Directory.CreateDirectory(userProfilePath + "/.local/share/OnlineFix Linux Launcher/prefixes"); -} if (!Directory.Exists(tarGamePath)) { Directory.CreateDirectory(tarGamePath);