Update Config.h

changed wrong path
This commit is contained in:
DumbDev69420 2024-10-20 01:23:12 +02:00 committed by GitHub
parent 017e2a0a09
commit 323934f808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ struct ConfigSystemInternalSettings {
//Adjust Values how ever is needed! //Adjust Values how ever is needed!
int MaxTypeSize = 25; //The Max Byte Size of an Type that can be added and used 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 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 std::string ExtensionConfig = "escp"; //the extension of the file we wanna make. (if you wanna ignore some values or some
}; };