This commit is contained in:
Evgeny
2025-08-30 22:36:20 +02:00
parent 0b57726164
commit 5377458c97

View File

@@ -17,7 +17,6 @@ public:
std::string mail_subject = "RewardPlayedTime"; std::string mail_subject = "RewardPlayedTime";
std::string mail_body = "Congratulations! For your hard work you got a reward, keep it up!"; std::string mail_body = "Congratulations! For your hard work you got a reward, keep it up!";
void OnPlayerLogin(Player* player) override void OnPlayerLogin(Player* player) override
{ {
if (!sConfigMgr->GetOption<bool>("RewardPlayedTime.Enable", true)) if (!sConfigMgr->GetOption<bool>("RewardPlayedTime.Enable", true))