From 5377458c97c8a9e07c55e5cc48ab764a7768c6d2 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sat, 30 Aug 2025 22:36:20 +0200 Subject: [PATCH] fix --- src/RewardPlayedTime.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RewardPlayedTime.cpp b/src/RewardPlayedTime.cpp index 6284b8f..0973edd 100644 --- a/src/RewardPlayedTime.cpp +++ b/src/RewardPlayedTime.cpp @@ -17,7 +17,6 @@ public: std::string mail_subject = "RewardPlayedTime"; std::string mail_body = "Congratulations! For your hard work you got a reward, keep it up!"; - void OnPlayerLogin(Player* player) override { if (!sConfigMgr->GetOption("RewardPlayedTime.Enable", true))