From 374b9a8029d58b6c2e8bc9f8885cc7dc0e4dd71e Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:56:27 +0200 Subject: [PATCH] forgot that! --- dll/settings_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/settings_parser.cpp b/dll/settings_parser.cpp index a7f1bae2..63dffbfb 100644 --- a/dll/settings_parser.cpp +++ b/dll/settings_parser.cpp @@ -826,7 +826,7 @@ static void try_parse_mods_file(class Settings *settings_client, Settings *setti newMod.path = common_helpers::to_absolute( newMod.path, get_full_program_path() - ) + ); } newMod.fileType = k_EWorkshopFileTypeCommunity;