mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2024-12-22 14:37:30 +08:00
Update Config.h
changed wrong path
This commit is contained in:
parent
017e2a0a09
commit
323934f808
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user