From ae7b9c53af8cc9a622aefcfe542b48bd2c0a833d Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 4 Jul 2013 14:03:50 +0100 Subject: Remove restriction on changing while running. --- src/configreader.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/configreader.cpp') 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(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"); -- cgit v1.3.1-10-gc9f91