mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-02-14 22:26:07 +00:00
Fixing indentation
This commit is contained in:
@@ -20,11 +20,11 @@ public:
|
||||
int32 roll;
|
||||
|
||||
void OnLogin(Player* player) override
|
||||
{
|
||||
if (sConfigMgr->GetBoolDefault("RewardSystem.Announce", true)) {
|
||||
ChatHandler(player->GetSession()).SendSysMessage("This server is running the |cff4CFF00Reward Time Played |rmodule.");
|
||||
}
|
||||
}
|
||||
{
|
||||
if (sConfigMgr->GetBoolDefault("RewardSystem.Announce", true)) {
|
||||
ChatHandler(player->GetSession()).SendSysMessage("This server is running the |cff4CFF00Reward Time Played |rmodule.");
|
||||
}
|
||||
}
|
||||
|
||||
void OnBeforeUpdate(Player* player, uint32 p_time) override
|
||||
{
|
||||
@@ -96,4 +96,4 @@ void AddRewardSystemScripts()
|
||||
{
|
||||
new reward_system();
|
||||
new reward_system_conf();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user