diff options
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.cpp b/src/config.cpp index 61dfe7bc0..818021efb 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -184,8 +184,6 @@ ServerConfig::ServerConfig() : errstr(""), config_data() this->WallOSGlobal = true; else if (notice.equals_ci("osmode")) this->WallOSMode = true; - else if (notice.equals_ci("osclearmodes")) - this->WallOSClearmodes = true; else if (notice.equals_ci("oskick")) this->WallOSKick = true; else if (notice.equals_ci("osakill")) |