mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 00:28:34 +00:00
fix
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user