parse old Server.cfg if it exists

This commit is contained in:
Lion Kortlepel
2021-06-23 16:39:08 +02:00
parent ae11ba5f0d
commit 9e861ab993
2 changed files with 69 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ private:
void CreateConfigFile(std::string_view name);
void ParseFromFile(std::string_view name);
void PrintDebug();
void ParseOldFormat();
bool mFailed { false };
};