mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2024-12-22 14:37:30 +08:00
Added small change to Config.h
This commit is contained in:
parent
5fd1fcf7d7
commit
abb143ef7c
@ -115,7 +115,7 @@ public:
|
||||
std::vector<std::string> GetLastErrors();
|
||||
|
||||
//See if the Config System has failed anywhere
|
||||
bool hasConfigFailed() { return failed; };
|
||||
constexpr bool hasConfigFailed() const { return failed; };
|
||||
//Call when switching Configs
|
||||
bool ActivateConfig(std::string ConfigName, std::string Path);
|
||||
bool WriteToFields();
|
||||
|
Loading…
Reference in New Issue
Block a user