diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/configreader.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 85cf357c4..5c70a9e83 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -372,10 +372,6 @@ void ServerConfig::Fill() std::string nsid = ConfValue("server")->getString("id"); if (!nsid.empty() && nsid != sid) throw CoreException("You must restart to change the server id"); - - if (Limits.MaxLine != static_cast<size_t>(ConfValue("limits")->getInt("maxline", 512))) - throw CoreException("You must restart to change the maximum line length"); - } diepass = ConfValue("power")->getString("diepass"); restartpass = ConfValue("power")->getString("restartpass"); |