From 323934f808b5869115c6f63e645696fcf4867f2b Mon Sep 17 00:00:00 2001 From: DumbDev69420 <116299301+DumbDev69420@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:23:12 +0200 Subject: [PATCH] Update Config.h changed wrong path --- EscapeTheBackroomsGUiTest/Config/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EscapeTheBackroomsGUiTest/Config/Config.h b/EscapeTheBackroomsGUiTest/Config/Config.h index 55d3def..d6eecc3 100644 --- a/EscapeTheBackroomsGUiTest/Config/Config.h +++ b/EscapeTheBackroomsGUiTest/Config/Config.h @@ -17,7 +17,7 @@ struct ConfigSystemInternalSettings { //Adjust Values how ever is needed! int MaxTypeSize = 25; //The Max Byte Size of an Type that can be added and used int MaxFieldCount = 70; //The Max amount of Fields that get Loaded - std::string ConfigPath = R"(C:/Bloodhunt)"; //The Directory that stores the Safefiles and reads them from + std::string ConfigPath = R"(C:/EscapeInternal)"; //The Directory that stores the Safefiles and reads them from std::string ExtensionConfig = "escp"; //the extension of the file we wanna make. (if you wanna ignore some values or some };