mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
convert login.ini to login.json, stole jumber's idea about auto-updating old passwords (wip still)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
EQ::JsonConfigFile::JsonConfigFile()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
EQ::JsonConfigFile::JsonConfigFile(const Json::Value &value)
|
||||
|
||||
@@ -7,6 +7,7 @@ namespace EQ
|
||||
class JsonConfigFile
|
||||
{
|
||||
public:
|
||||
JsonConfigFile();
|
||||
JsonConfigFile(const Json::Value &value);
|
||||
~JsonConfigFile();
|
||||
|
||||
@@ -19,7 +20,6 @@ namespace EQ
|
||||
|
||||
Json::Value& RawHandle() { return m_root; }
|
||||
private:
|
||||
JsonConfigFile();
|
||||
Json::Value m_root;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user