From 5b985afcb286813adf52702bb37fd9e83286ba28 Mon Sep 17 00:00:00 2001 From: Micrah <44911744+milestorme@users.noreply.github.com> Date: Sun, 9 Jun 2019 13:22:17 +1000 Subject: [PATCH] add per level announcer --- src/mod_congratsonlevel.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;