diff --git a/src/mod_congratsonlevel.cpp b/src/mod_congratsonlevel.cpp index 0385ef9..54b1148 100644 --- a/src/mod_congratsonlevel.cpp +++ b/src/mod_congratsonlevel.cpp @@ -253,7 +253,7 @@ public: } // If level is defined, they hit a reward level. - if (!level) + if (!level && col.CongratsPerLevelEnable) { // Issue a server notification for the player on level up. std::ostringstream ss;