diff --git a/src/mod_congratsonlevel.cpp b/src/mod_congratsonlevel.cpp index 24c5a45..caf6350 100644 --- a/src/mod_congratsonlevel.cpp +++ b/src/mod_congratsonlevel.cpp @@ -260,6 +260,8 @@ public: } default: + // If enabled... + if (sConfigMgr->GetBoolDefault("CongratsPerLevel.Enable", true)) { // Issue a server notification for the player on level up. std::ostringstream ss;