diff options
| author | 2014-03-07 17:41:20 +0100 | |
|---|---|---|
| committer | 2014-03-07 17:41:20 +0100 | |
| commit | 07f817fd47e2c5f7ca97ab73cef32307d84a6e79 (patch) | |
| tree | e8f52a4e3028fff069bb7714d24d6761f291ce41 /src/configreader.cpp | |
| parent | Update detection in module loading commands that relied on old command module... (diff) | |
Read the die and restart password and their hash type on demand
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 12670b446..f80764048 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -366,9 +366,6 @@ void ServerConfig::Fill() if (!nsid.empty() && nsid != sid) throw CoreException("You must restart to change the server id"); } - diepass = ConfValue("power")->getString("diepass"); - restartpass = ConfValue("power")->getString("restartpass"); - powerhash = ConfValue("power")->getString("hash"); PrefixQuit = options->getString("prefixquit"); SuffixQuit = options->getString("suffixquit"); FixedQuit = options->getString("fixedquit"); |
